Skip to content

Commit

Permalink
chore: use quotes around dry-run check in Node signing action (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 27, 2024
1 parent af77c3b commit 49bef07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/sign_node_package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
ls -la artifacts/
- name: "Upload release artifacts"
if: ${{ inputs.dry_run == false }}
if: ${{ inputs.dry_run == 'false' }}
run: gh release upload v${{ env.package_version }} artifacts/*.*
shell: bash
env:
Expand Down

0 comments on commit 49bef07

Please sign in to comment.