File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -18,29 +18,12 @@ jobs:
18
18
node-version : 18
19
19
registry-url : https://registry.npmjs.org/
20
20
cache : npm
21
+ - run : npm install -g npm@latest
21
22
- run : npm ci
22
23
- run : npm test
23
24
- run : npm version ${TAG_NAME} --git-tag-version=false
24
25
env :
25
26
TAG_NAME : ${{ github.event.release.tag_name }}
26
-
27
- # Provenance beta builds
28
- # Remove when stable
29
- - name : Clone npm
30
- uses : actions/checkout@v3
31
- with :
32
- repository : npm/cli
33
- ref : provenance
34
- path : npm
35
- - name : Link npm
36
- run : |
37
- cd npm
38
- node . link
39
- cd ..
40
- npm version
41
- # Provenance beta builds
42
- # Remove when stable
43
-
44
27
- run : npm whoami; npm --ignore-scripts publish --provenance --access public
45
28
env :
46
29
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
You can’t perform that action at this time.
0 commit comments