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 61d7fd8 commit 72058faCopy full SHA for 72058fa
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
# publish pre-release if on PR branch
46
- name: release PR version
47
if: ${{ startsWith(github.ref, 'refs/pull/') }}
48
- run: npx semantic-release -- --dry-run --debug
+ run: npx semantic-release -- --debug
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments