We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6263f commit 2125463Copy full SHA for 2125463
1 file changed
.github/workflows/plugin-fn-pdf.yml
@@ -33,30 +33,11 @@ jobs:
33
npm run build --if-present
34
npm test
35
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
51
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
52
- run: |
53
- npm ci
54
- npm publish
55
-
56
publish-npm:
+ if: contains(github.event.release.tag_name, 'plugin-fn-pdf')
57
env:
58
CI: true
59
- needs: [build, publish-gpr]
+ needs: [build]
60
runs-on: ubuntu-latest
61
steps:
62
- uses: actions/checkout@v1
0 commit comments