Skip to content

Commit 4b082de

Browse files
author
Chris Wiechmann
committed
Update plugin-dc-postgres-publish.yml
1 parent e982962 commit 4b082de

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/plugin-dc-postgres-publish.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,11 @@ on:
1010
- '*plugin-dc-postgres*'
1111

1212
jobs:
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

0 commit comments

Comments
 (0)