Skip to content

Commit 79e012b

Browse files
committed
test: add dry run to debug releases
1 parent 9ef76c9 commit 79e012b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- uses: asdf-vm/actions/install@v3
2929
- run: npm clean-install
30-
- run: npx semantic-release
30+
- run: npx semantic-release --dry-run
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)