Skip to content

Commit 5a04631

Browse files
committed
chore(ci): test release
1 parent a0ebcd2 commit 5a04631

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ jobs:
7575
- run: npm run build
7676

7777
- name: Publish to npm
78-
run: npm publish
78+
run: npm publish --provenance --access public
79+
env:
80+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7981

8082
- name: Create GitHub Release
8183
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)