Skip to content

Commit

Permalink
Fix: actions/build_release> 'release' needs 'build' to be done
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Aug 19, 2021
1 parent 4458001 commit 989e100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
path: oschark

release:
needs: build
runs-on: ubuntu-latest
steps:
- name: retrive artifacts
Expand Down

0 comments on commit 989e100

Please sign in to comment.