We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d436eb0 commit fca4bffCopy full SHA for fca4bff
1 file changed
.github/workflows/create-release.yml
@@ -88,4 +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 }}
92
run: npm publish --registry=https://npm.pkg.github.com/
0 commit comments