File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 88 branches : [main]
99 types : [opened, synchronize]
1010
11+ permissions :
12+ contents : write
13+ packages : write
14+
1115jobs :
1216 deployment_pipeline :
1317 runs-on : ubuntu-24.04
1822 - uses : actions/setup-node@v4
1923 with :
2024 node-version : " 20"
21- registry-url : ' https://registry.npmjs.org'
25+ registry-url : " https://registry.npmjs.org"
2226
2327 - name : Install dependencies
2428 run : npm install
@@ -34,17 +38,17 @@ jobs:
3438 id : versioning
35393640 with :
37- minor-wording : ' minor'
38- major-wording : ' major'
39- patch-wording : ' patch,fix'
40- rc-wording : ' rc,alpha,beta'
41- skip-tag : ' true'
42- default : ' patch'
41+ minor-wording : " minor"
42+ major-wording : " major"
43+ patch-wording : " patch,fix"
44+ rc-wording : " rc,alpha,beta"
45+ skip-tag : " true"
46+ default : " patch"
4347 env :
4448 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4549
4650 - name : Publish to npm
4751 if : ${{ github.event_name == 'push' }}
4852 run : npm publish --access public
4953 env :
50- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN}}
54+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments