Skip to content

Commit

Permalink
ci: have release action run without dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 22, 2024
1 parent dd10139 commit 8399932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

release:
if: startsWith(github.event.ref, 'refs/tags/v')
needs: [release-dry-run]
needs: [test, ui-test]
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 8399932

Please sign in to comment.