Skip to content

Commit 993f824

Browse files
committed
ci: release 1.0.0
1 parent fb52c91 commit 993f824

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
permissions:
1212
contents: read
13+
id-token: write
14+
1315
steps:
1416
- uses: actions/checkout@v4
1517

@@ -27,4 +29,4 @@ jobs:
2729
- name: Publish to npm
2830
run: npm publish --provenance --access public
2931
env:
30-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)