Skip to content

Commit 7d577e4

Browse files
committed
ci: try with dry run
1 parent 75fb2f6 commit 7d577e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- ci/release-workflow-setup
77

88
permissions:
99
contents: write # to be able to publish a GitHub release
@@ -61,4 +61,4 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6363
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
64-
run: pnpm run release
64+
run: pnpm run release --dry-run

0 commit comments

Comments
 (0)