File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 1010 - ' *plugin-dc-postgres*'
1111
1212jobs :
13- publish-gpr :
14- env :
15- # This must be aligned with the folder-name of you plugin
16- workingDirectory : ' api-builder-plugin-dc-postgres'
17- CI : true
18- runs-on : ubuntu-latest
19- steps :
20- - uses : actions/checkout@v1
21- - uses : actions/setup-node@v1
22- with :
23- node-version : 12
24- registry-url : https://npm.pkg.github.com/
25- scope : ' @Axway-API-Builder-Ext'
26- - name : Publish to GitHub package repo
27- working-directory : ${{env.workingDirectory}}
28- env :
29- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
30- run : |
31- npm ci
32- npm publish
33-
3413 publish-npm :
3514 env :
3615 # This must be aligned with the folder-name of you plugin
3716 workingDirectory : ' api-builder-plugin-dc-postgres'
3817 CI : true
39- needs : [publish-gpr]
4018 runs-on : ubuntu-latest
4119 steps :
4220 - uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments