Skip to content

Add release workflow #3

Add release workflow

Add release workflow #3

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: release
on:
# push:
release:
types: [published]
workflow_dispatch:
jobs:
release:
uses: ./.github/workflows/build.yml
runs-on: ubuntu-latest
steps:
- name: Test
run: |
pwd
ls -lah