Skip to content

Commit

Permalink
build: Remove bad if condition in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Sep 23, 2022
1 parent 6d59fb6 commit 9db2a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
fetch-depth: '0'

- name: Bump version and push tag
if: steps.changelog.outputs.changes != ''
uses: anothrNick/[email protected]
id: version
env:
Expand Down

0 comments on commit 9db2a35

Please sign in to comment.