We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa5d6b commit a33daa4Copy full SHA for a33daa4
.github/workflows/release.yml
@@ -84,6 +84,7 @@ 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