Skip to content

Commit

Permalink
Updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Dec 12, 2022
1 parent 1bf7665 commit e42bffc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
permissions:
contents: write # for actions/create-release to create a release
name: Create Release on Github
needs: read_targets_from_file
runs-on: ubuntu-latest
steps:
- name: Create Release
Expand All @@ -41,7 +40,7 @@ jobs:
permissions:
contents: write # for actions/upload-release-asset to upload release asset
name: Upload Binaries to release
needs: [release]
needs: [release, read_targets_from_file]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit e42bffc

Please sign in to comment.