Skip to content

Commit

Permalink
provenance not working with private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed Jan 31, 2024
1 parent 7d27c36 commit 3df4f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
shell: bash
- name: Publish
run: |
npm config set provenance true
# npm config set provenance true
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
then
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Expand Down

0 comments on commit 3df4f8d

Please sign in to comment.