Skip to content

Commit

Permalink
ci: try to fix if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Nov 13, 2023
1 parent 540c79a commit 30b901c
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 @@ -22,7 +22,7 @@ jobs:
release:
needs: commits
if: fromJSON(needs.commits.outputs.count) > 0
if: ${{ fromJSON(needs.commits.outputs.count) > 0 }}
name: Create Release
runs-on: ubuntu-22.04
outputs:
Expand Down

0 comments on commit 30b901c

Please sign in to comment.