Skip to content

Commit 430d1cc

Browse files
committed
try fixing the changeset cit again
1 parent a984efd commit 430d1cc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ jobs:
4949
retention-days: 30
5050

5151
- name: Create Release (Changesets)
52-
uses: changesets/action@v1
52+
uses: changesets/action@v1.7.0
5353
with:
54-
publish: pnpm publish --access public --provenance
54+
publish: pnpm publish --access public
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
5656
createGithubReleases: true
5757
setupGitUser: true
5858
env:
59+
# https://github.com/changesets/action/issues/542#issuecomment-3642334398
60+
NPM_TOKEN: ''
5961
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
NPM_CONFIG_PROVENANCE: true
62+
NPM_CONFIG_PROVENANCE: false

0 commit comments

Comments
 (0)