We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed72edd commit 607fe7dCopy full SHA for 607fe7d
.github/workflows/npmpublish.yml
@@ -31,21 +31,3 @@ jobs:
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34
-
35
- publish-gpr:
36
- needs: build
37
- runs-on: ubuntu-latest
38
- steps:
39
- - uses: actions/checkout@v2
40
- - uses: actions/setup-node@v1
41
- with:
42
- node-version: 12
43
- registry-url: https://npm.pkg.github.com/
44
- scope: '@martinmcwhorter'
45
- - run: npm ci
46
- - run: npm run lint
47
- - run: npm run test
48
- - run: npm run build
49
- - run: npm publish
50
- env:
51
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments