Skip to content

Commit 54f5c76

Browse files
author
DavertMik
committed
fixed publishing beta releases
1 parent 20203f6 commit 54f5c76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-beta.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-node@v6
2323
with:
2424
node-version: '20.x'
25-
registry-url: 'https://registry.npmjs.org'
2625

2726
- name: Install dependencies
2827
run: npm i
@@ -48,5 +47,3 @@ jobs:
4847
4948
- name: Publish to npm
5049
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

Comments
 (0)