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 1ad28ae commit d54194bCopy full SHA for d54194b
.github/workflows/publish.yml
@@ -28,15 +28,12 @@ jobs:
28
node-version: 22.x
29
registry-url: 'https://registry.npmjs.org'
30
cache: 'npm'
31
+ - run: npm i -g npm@latest
32
- run: npm ci
33
- run: npm version ${TAG_NAME} --git-tag-version=false
34
env:
35
TAG_NAME: ${{ github.ref_name }}
36
- run: npm publish --provenance --access public --tag next
37
if: "github.event.release.prerelease"
- env:
38
- NODE_AUTH_TOKEN: ${{ secrets.npm_secret }}
39
- run: npm publish --provenance --access public
40
if: "!github.event.release.prerelease"
41
42
0 commit comments