File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -33,30 +33,11 @@ jobs:
3333 npm run build --if-present
3434 npm test
3535
36- publish-gpr :
37- if : contains(github.event.release.tag_name, 'plugin-fn-pdf')
38- env :
39- CI : true
40- needs : build
41- runs-on : ubuntu-latest
42- steps :
43- - uses : actions/checkout@v1
44- - uses : actions/setup-node@v1
45- with :
46- node-version : 12
47- registry-url : https://npm.pkg.github.com/
48- scope : ' @Axway-API-Builder-Ext'
49- - name : Publish to GitHub package repo
50- env :
51- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
52- run : |
53- npm ci
54- npm publish
55-
5636 publish-npm :
37+ if : contains(github.event.release.tag_name, 'plugin-fn-pdf')
5738 env :
5839 CI : true
59- needs : [build, publish-gpr ]
40+ needs : [build]
6041 runs-on : ubuntu-latest
6142 steps :
6243 - uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments