Skip to content

Commit 660bad6

Browse files
committed
fix: deployment workflow
1 parent 479b8f5 commit 660bad6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: actions/setup-node@v4
4545
with:
4646
node-version: 22.12.0
47-
registry-url: https://registry.npmjs.org/
4847
cache: "npm"
4948
cache-dependency-path: package-lock.json
5049

@@ -65,8 +64,6 @@ jobs:
6564
- name: Publish to npm
6665
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
6766
run: npm publish --access public --provenance
68-
env:
69-
NODE_AUTH_TOKEN: ""
7067

7168
create_release:
7269
name: Create GitHub Release

0 commit comments

Comments
 (0)