We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479b8f5 commit 660bad6Copy full SHA for 660bad6
1 file changed
.github/workflows/npm-publish.yml
@@ -44,7 +44,6 @@ jobs:
44
uses: actions/setup-node@v4
45
with:
46
node-version: 22.12.0
47
- registry-url: https://registry.npmjs.org/
48
cache: "npm"
49
cache-dependency-path: package-lock.json
50
@@ -65,8 +64,6 @@ jobs:
65
64
- name: Publish to npm
66
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
67
run: npm publish --access public --provenance
68
- env:
69
- NODE_AUTH_TOKEN: ""
70
71
create_release:
72
name: Create GitHub Release
0 commit comments