Skip to content

Commit

Permalink
chore: disable npm provenance to enable releasing because npm crashes…
Browse files Browse the repository at this point in the history
… for some reason
  • Loading branch information
Gugustinette committed Sep 8, 2024
1 parent abaa80e commit 69985aa
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 @@ -33,7 +33,7 @@ jobs:
run: npx nx release publish ${{ github.event.release.tag_name }} --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_CONFIG_PROVENANCE: false
# Fix the package-lock.json file
- name: Fix package-lock.json
run: npm install
Expand Down

0 comments on commit 69985aa

Please sign in to comment.