Skip to content

Commit ba6d5b1

Browse files
authored
simple publish
1 parent e349868 commit ba6d5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: npm ci
2020
- run: npm test
21-
- run: npm publish --provenance --access public
21+
- run: npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
- name: Create GitHub Release

0 commit comments

Comments
 (0)