We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4893468 commit 2b104c1Copy full SHA for 2b104c1
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,8 @@ jobs:
20
- name: Setup Node
21
uses: actions/setup-node@v4
22
with:
23
- registry-url: "https://registry.npmjs.org"
+ node-version: '24'
24
+ registry-url: 'https://registry.npmjs.org'
25
26
- name: Setup Bun
27
uses: oven-sh/setup-bun@v2
@@ -52,7 +53,4 @@ jobs:
52
53
54
- name: Publish
55
if: steps.version-check.outputs.changed == 'true'
- run: npm publish --access public
56
- env:
57
- NPM_CONFIG_PROVENANCE: true
58
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --access public --provenance
0 commit comments