We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c3582 commit 0afee22Copy full SHA for 0afee22
1 file changed
.github/workflows/create-release.yml
@@ -88,5 +88,5 @@ jobs:
88
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
89
90
- name: publish to github packages
91
- if: ${{ !github.event.inputs.dry_run }}
+ if: ${{ github.event.inputs.dry_run != 'true' }}
92
run: npm publish --registry=https://npm.pkg.github.com/
0 commit comments