Skip to content

Commit 9d6f9d7

Browse files
committed
commenting gpr pubish
1 parent 29a5a18 commit 9d6f9d7

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,30 @@ jobs:
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.NPM_PUB_TOKEN}}
4040

41-
publish-gpr:
42-
needs: test
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: actions/checkout@v2
46-
- uses: actions/setup-node@v1
47-
with:
48-
node-version: 12
49-
registry-url: https://npm.pkg.github.com
50-
scope: '@benhurdavies'
41+
# publish-gpr:
42+
# needs: test
43+
# runs-on: ubuntu-latest
44+
# steps:
45+
# - uses: actions/checkout@v2
46+
# - uses: actions/setup-node@v1
47+
# with:
48+
# node-version: 12
49+
# registry-url: https://npm.pkg.github.com
50+
# scope: '@benhurdavies'
5151

52-
- run: npm ci
52+
# - run: npm ci
5353

54-
- name : Building package
55-
run: npm run build
54+
# - name : Building package
55+
# run: npm run build
5656

57-
- name: npm config
58-
run: |
59-
npm config set loglevel error
60-
npm config set progress false
61-
npm config set registry 'https://npm.pkg.githubs.com’
62-
npm config set '@benhurdavies:registry' 'https://npm.pkg.github.com'
57+
# - name: npm config
58+
# run: |
59+
# npm config set loglevel error
60+
# npm config set progress false
61+
# npm config set registry 'https://npm.pkg.githubs.com’
62+
# npm config set '@benhurdavies:registry' 'https://npm.pkg.github.com'
6363

64-
- name: Publish to NPM github
65-
run: npm publish
66-
env:
67-
NODE_AUTH_TOKEN: ${{secrets.NPM_GITHUB_TOKEN}}
64+
# - name: Publish to NPM github
65+
# run: npm publish
66+
# env:
67+
# NODE_AUTH_TOKEN: ${{secrets.NPM_GITHUB_TOKEN}}

0 commit comments

Comments
 (0)