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 54c9ebf commit 37caeacCopy full SHA for 37caeac
.github/workflows/release.yml
@@ -9,7 +9,7 @@ permissions:
9
contents: write # to be able to publish a GitHub release
10
issues: write # to be able to comment on released issues
11
pull-requests: write # to be able to comment on released pull requests
12
- id-token: write # to enable use of OIDC for npm provenance
+ id-token: write # to enable use of OIDC for trusted publishing and npm provenance
13
14
jobs:
15
release:
package.json
@@ -14,6 +14,8 @@
"url": "https://github.com/webpack/grunt-webpack/issues"
},
16
"publishConfig": {
17
+ "registry": "https://registry.npmjs.org/",
18
+ "tag": "latest",
19
"provenance": true
20
21
"packageManager": "[email protected]",
0 commit comments