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 11c95e6 commit 12cda90Copy full SHA for 12cda90
.github/workflows/release.yml
@@ -7,10 +7,10 @@ on:
7
jobs:
8
release-to-npm:
9
name: NPM
10
- uses: node-modules/github-actions/.github/workflows/node-release.yml@master
11
- secrets:
12
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13
- GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
+ uses: node-modules/github-actions/.github/workflows/npm-release.yml@npm-trusted-publish
+ with:
+ action_ref: npm-trusted-publish
+ dryRun: true
14
15
release-to-jsr:
16
name: JSR
.gitignore
@@ -129,3 +129,5 @@ dist
129
.yarn/install-state.gz
130
.pnp.*
131
.tshy
132
+
133
+*-lock.json
0 commit comments