File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 16
16
- run : yarn
17
17
- run : yarn build
18
18
- run : yarn test
19
- - name : Get the version
20
- id : get_version
21
- run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
22
- - run : npm run publish ${{steps.get_version.outputs.VERSION}}
23
- - run : git push
19
+ - run : npm whoami
20
+ - run : npm run publish
24
21
env :
25
22
NODE_AUTH_TOKEN : ${{secrets.NPM_AUTH_TOKEN}}
26
23
CI : true
Original file line number Diff line number Diff line change 28
28
"performance" : " yarn test:generateTestSource && yarn test:performance" ,
29
29
"build:docs" : " ts-node scripts/typedoc.ts" ,
30
30
"commit" : " yarn git-cz" ,
31
+ "version" : " lerna version --amend --no-git-tag-version" ,
31
32
"publish" : " lerna publish --no-git-tag-version --force-publish --yes"
32
33
},
33
34
"repository" : {
You can’t perform that action at this time.
0 commit comments