Skip to content

Commit

Permalink
fix(ci): default
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Jan 16, 2025
1 parent a3036fa commit f6d78df
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 @@ -152,7 +152,7 @@ jobs:
build-node:
runs-on: ${{ matrix.platform.os }}
if: |
startsWith(github.event.release.tag_name, 'node') || (github.event_name == 'workflow_dispatch' && inputs.node == 'true')
startsWith(github.event.release.tag_name, 'node') || (github.event_name == 'workflow_dispatch' && inputs.node)
permissions:
contents: write
strategy:
Expand Down

0 comments on commit f6d78df

Please sign in to comment.