Skip to content

Commit

Permalink
fix(release): remove npm provenance for new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HQarroum committed Feb 8, 2024
1 parent a719b81 commit b9d9aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
- name: Release packages
run: |
NPM_CONFIG_PROVENANCE=true npx lerna publish --no-private --no-changelog --yes
npx lerna publish --no-private --no-changelog --yes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b9d9aad

Please sign in to comment.