Skip to content

Commit

Permalink
Re-enable provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Aug 28, 2023
1 parent 12d5938 commit 337c220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
for package in $PACKAGES; do
cd packages/$package
npm publish --tag alpha --no-git-tag-version --access public
npm publish --tag alpha --no-git-tag-version --access public --provenance
cd ../..
done
shell: bash

0 comments on commit 337c220

Please sign in to comment.