Skip to content

Commit 62f4956

Browse files
committed
chore: release 0.4.0
1 parent ad8a36a commit 62f4956

File tree

3 files changed

+325
-274
lines changed

3 files changed

+325
-274
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release package
22

33
permissions:
4+
id-token: write
45
contents: write
56

67
on:
@@ -24,16 +25,15 @@ jobs:
2425
needs: build
2526
runs-on: ubuntu-latest
2627
steps:
27-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2829
with:
2930
fetch-depth: 0
3031
- uses: actions/setup-node@v4
3132
with:
3233
node-version: 20
3334
registry-url: https://registry.npmjs.org/
34-
- run: npm publish --access=public
35-
env:
36-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35+
- run: npm install -g npm@latest
36+
- run: npm publish
3737
- run: npx changelogithub --no-group
3838
continue-on-error: true
3939
env:

0 commit comments

Comments
 (0)