Skip to content

Commit 1f0fd7c

Browse files
committed
Try different npm publish
1 parent 6bf06b0 commit 1f0fd7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: "22"
@@ -32,8 +32,8 @@ jobs:
3232
jq --arg version "$TAG" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
3333
- name: Compile typescript
3434
run: bun run build
35-
- name: Publish to npm (trusted publishing)
36-
run: npm publish --provenance --access public
35+
36+
- run: npm publish
3737

3838
- name: Create a Release
3939
uses: elgohr/Github-Release-Action@v5

0 commit comments

Comments
 (0)