Skip to content

Commit d8c61bc

Browse files
committed
Removed publish to github packages
1 parent 655a9d4 commit d8c61bc

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ jobs:
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3737

38-
publish-gpr:
39-
needs: build
40-
runs-on: ubuntu-latest
41-
steps:
42-
- uses: actions/checkout@v2
43-
- uses: actions/setup-node@v1
44-
with:
45-
node-version: 12
46-
registry-url: https://npm.pkg.github.com/
47-
scope: '@Jacxk'
48-
- run: npm i
49-
- run: npm ci
50-
- run: npm build
51-
- run: npm publish
52-
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.TOKEN }}
38+
# publish-gpr:
39+
# needs: build
40+
# runs-on: ubuntu-latest
41+
# steps:
42+
# - uses: actions/checkout@v2
43+
# - uses: actions/setup-node@v1
44+
# with:
45+
# node-version: 12
46+
# registry-url: https://npm.pkg.github.com/
47+
# scope: '@Jacxk'
48+
# - run: npm i
49+
# - run: npm ci
50+
# - run: npm build
51+
# - run: npm publish
52+
# env:
53+
# NODE_AUTH_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)