Skip to content

Commit e0320f0

Browse files
authored
comment out gpr publish for now
Comments out GPR publish because it's broken.
1 parent b256494 commit e0320f0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/npm-publish.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3333

34-
publish-gpr:
35-
needs: build
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/checkout@v2
39-
- uses: actions/setup-node@v1
40-
with:
41-
node-version: 14
42-
registry-url: https://npm.pkg.github.com/
43-
- run: yarn --frozen-lockfile
44-
- run: yarn publish
45-
env:
46-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
34+
# publish-gpr:
35+
# needs: build
36+
# runs-on: ubuntu-latest
37+
# steps:
38+
# - uses: actions/checkout@v2
39+
# - uses: actions/setup-node@v1
40+
# with:
41+
# node-version: 14
42+
# registry-url: https://npm.pkg.github.com/
43+
# - run: yarn --frozen-lockfile
44+
# - run: yarn publish
45+
# env:
46+
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)