We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef76c9 commit 79e012bCopy full SHA for 79e012b
.github/workflows/publish-release.yml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0
28
- uses: asdf-vm/actions/install@v3
29
- run: npm clean-install
30
- - run: npx semantic-release
+ - run: npx semantic-release --dry-run
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments