We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bfa73 commit 3c646a0Copy full SHA for 3c646a0
.github/workflows/ci.yml
@@ -77,6 +77,7 @@ jobs:
77
coverage-file: './coverage/lcov.info'
78
79
- name: Dry run the release
80
+ if: github.event_name == 'pull_request'
81
env:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub token for Semantic Release
83
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # NPM token for publishing
0 commit comments