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 75fb2f6 commit 7d577e4Copy full SHA for 7d577e4
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
branches:
6
- - main
+ - ci/release-workflow-setup
7
8
permissions:
9
contents: write # to be able to publish a GitHub release
@@ -61,4 +61,4 @@ jobs:
61
env:
62
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
63
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
64
- run: pnpm run release
+ run: pnpm run release --dry-run
0 commit comments