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 efd67e1 commit c08d304Copy full SHA for c08d304
.github/workflows/release.yml
@@ -56,13 +56,13 @@ jobs:
56
uses: actions/setup-node@v4
57
with:
58
node-version: "22"
59
+ registry-url: "https://registry.npmjs.org"
60
+ always-auth: true
61
62
- name: Publish package to npm via npm
63
run: npm publish --access public
64
env:
65
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- registry-url: "https://registry.npmjs.org"
- always-auth: true
66
67
- name: Publish Release on GitHub
68
uses: softprops/action-gh-release@v1
0 commit comments