Skip to content

Commit 6503a20

Browse files
committed
test nm to publish package
1 parent 792a62e commit 6503a20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push-tagged-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
with:
7272
node-version: "lts/krypton"
7373
registry-url: "https://registry.npmjs.org"
74+
package-manager-cache: false
7475
- name: Publish npm package
75-
run: yarn publish --access public
76+
run: npm publish --provenance --access public
7677
env:
7778
NODE_AUTH_TOKEN: ${{ secrets.npmjsToken }}
7879
- name: Prepare release info

0 commit comments

Comments
 (0)