Skip to content

Commit

Permalink
ci: fix release workflow (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 18, 2021
1 parent de2042d commit 6952f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: CHANGELOG.md

package:
needs: semantic-release
needs: semantic
runs-on: ubuntu-latest
name: Package release
if: needs.semantic.outputs.new_release_published == 'true'
Expand Down

0 comments on commit 6952f41

Please sign in to comment.