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 cc840b2 commit d7679b9Copy full SHA for d7679b9
.github/workflows/publish.yml
@@ -57,8 +57,6 @@ jobs:
57
58
- name: Publish to the npm registry
59
run: corepack yarn npm publish --provenance
60
- env:
61
- YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
62
63
- run: corepack yarn pack --out corepack.tgz
64
- name: Add Corepack package archive to GitHub release
package.json
@@ -16,7 +16,7 @@
16
"./package.json": "./package.json"
17
},
18
"license": "MIT",
19
- "packageManager": "yarn@4.9.0+sha224.dce6c5df199861784bd9b0eecb2a228df97e3f18a02b1bb75ff98383",
+ "packageManager": "yarn@4.10.3+sha224.6020b3cdcdfbd7dbc24b7a7b75d58a249ce36068a8bf97d39aa8cc6d",
20
"devDependencies": {
21
"@types/debug": "^4.1.5",
22
"@types/node": "^20.4.6",
0 commit comments