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 0184f0e commit f6e51d3Copy full SHA for f6e51d3
.github/workflows/release.yml
@@ -8,6 +8,8 @@ jobs:
8
release-to-npm:
9
name: NPM
10
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
11
+ secrets:
12
+ GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
13
14
release-to-jsr:
15
name: JSR
0 commit comments