We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25e353 commit 4a0e513Copy full SHA for 4a0e513
.github/workflows/version-or-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: changesets/action@v1
36
with:
37
version: yarn changeset version
38
- publish: yarn npm publish --tolerate-republish --provenance
+ publish: yarn npm publish --tolerate-republish
39
env:
40
GITHUB_TOKEN: ${{ github.token }}
41
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -77,7 +77,7 @@
77
"typedoc": "0.28.5",
78
"vitest": "3.2.1"
79
},
80
- "packageManager": "yarn@4.9.1",
+ "packageManager": "yarn@4.9.2",
81
"engines": {
82
"node": ">=18.0.0"
83
0 commit comments