We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33daa4 commit d361086Copy full SHA for d361086
.github/workflows/release.yml
@@ -84,7 +84,6 @@ jobs:
84
env:
85
TAG: ${{ github.event_name == 'push' && 'alpha' || format('pr-{0}', github.event.number) }}
86
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
- NPM_CONFIG_PROVENANCE: true
88
run: |
89
# this ensures there's always a patch release created
90
cat << 'EOF' > .changeset/snapshot-template-changeset.md
0 commit comments