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 6bf06b0 commit 1f0fd7cCopy full SHA for 1f0fd7c
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
id-token: write
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
- uses: actions/setup-node@v4
21
with:
22
node-version: "22"
@@ -32,8 +32,8 @@ jobs:
32
jq --arg version "$TAG" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
33
- name: Compile typescript
34
run: bun run build
35
- - name: Publish to npm (trusted publishing)
36
- run: npm publish --provenance --access public
+
+ - run: npm publish
37
38
- name: Create a Release
39
uses: elgohr/Github-Release-Action@v5
0 commit comments