Skip to content

Commit 2125463

Browse files
author
Chris Wiechmann
committed
Update plugin-fn-pdf.yml
1 parent 3d6263f commit 2125463

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/plugin-fn-pdf.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)