We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fddb41 commit 0df64bdCopy full SHA for 0df64bd
.github/workflows/publish.yml
@@ -22,11 +22,12 @@ jobs:
22
with:
23
node-version: "24"
24
registry-url: "https://registry.npmjs.org"
25
+ - run: npm install -g npm@latest
26
- run: npm install
27
- run: npm run build --if-present
28
- run: npm test
29
- run: rm -f .npmrc ~/.npmrc
- - run: npm publish
30
+ - run: npm publish --provenance --access public
31
- name: Create GitHub Release
32
uses: softprops/action-gh-release@v2
33
0 commit comments