Skip to content

Commit ec4b03c

Browse files
authored
fixes workflow (#49)
1 parent a86608a commit ec4b03c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

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

33
permissions:
4-
id-token: write # Required for npm provenance
4+
id-token: write # Required for OIDC
55
contents: read
66

77
on:
@@ -52,6 +52,4 @@ jobs:
5252
- name: Publish to npm
5353
run: |
5454
cd packages/js
55-
npm publish --access public --provenance
56-
env:
57-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55+
npm publish --access public

0 commit comments

Comments
 (0)