Skip to content

Commit f9b0df6

Browse files
committed
fix: remove publish step from GitHub Actions workflow when dry run is enabled
1 parent 8b9cbbe commit f9b0df6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,3 @@ jobs:
8686
env:
8787
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
8888

89-
- name: publish to github packages
90-
if: ${{ github.event.inputs.dry_run != 'true' }}
91-
run: npm publish --registry=https://npm.pkg.github.com/

0 commit comments

Comments
 (0)