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 20203f6 commit 54f5c76Copy full SHA for 54f5c76
.github/workflows/publish-beta.yml
@@ -22,7 +22,6 @@ jobs:
22
uses: actions/setup-node@v6
23
with:
24
node-version: '20.x'
25
- registry-url: 'https://registry.npmjs.org'
26
27
- name: Install dependencies
28
run: npm i
@@ -48,5 +47,3 @@ jobs:
48
47
49
- name: Publish to npm
50
run: npm publish --provenance --access public --tag ${{ steps.npm_tag.outputs.tag }}
51
- env:
52
- NODE_AUTH_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
0 commit comments