Skip to content

Commit 08d1efc

Browse files
committed
fix: add dry run to action too
1 parent 3417da2 commit 08d1efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
run: npx semantic-release
31+
run: npx semantic-release --dry-run

0 commit comments

Comments
 (0)