Skip to content

Commit ea4558e

Browse files
committed
Work around yarn not yet supporting provenance
1 parent 36cb983 commit ea4558e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
node-version: ${{ steps.node-version.outputs.node-version }}
2323
registry-url: 'https://registry.npmjs.org'
2424
- run: yarn
25-
- run: yarn npm publish --provenance --access public
25+
- run: yarn pack
26+
- run: npm publish package.tgz --provenance --access public
2627
env:
2728
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
/coverage
1515
/test/html_reports
1616
/test/reports
17+
/package.tgz

0 commit comments

Comments
 (0)