We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ebcea commit 44d62e0Copy full SHA for 44d62e0
.github/workflows/release.yml
@@ -8,6 +8,10 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ id-token: write
14
+
15
steps:
16
- uses: actions/checkout@v3
17
with:
@@ -35,3 +39,4 @@ jobs:
35
39
run: pnpm -r publish --access public --no-git-checks
36
40
env:
37
41
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
42
+ NPM_CONFIG_PROVENANCE: true
package.json
@@ -40,7 +40,7 @@
},
"repository": {
"type": "git",
43
- "url": "git+https://github.com/vuejs/repl.git"
+ "url": "git+https://github.com/vuejs/repl"
44
45
"author": "Evan You",
46
"license": "MIT",
0 commit comments