Skip to content

Commit

Permalink
feat. update release needs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Feb 24, 2023
1 parent 5fd7ed6 commit 8e34a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [ "build_1804", "build_2004" ]
needs: [ "build_1804", "build_2004", "build_2204" ]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download Artifacts 18.04
Expand Down

0 comments on commit 8e34a66

Please sign in to comment.