Skip to content

Commit 5c1b73b

Browse files
committed
💥 Abort github packages
1 parent 9b876db commit 5c1b73b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,3 @@ jobs:
2121
- run: npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
24-
25-
publish-gpr:
26-
runs-on: ubuntu-latest
27-
steps:
28-
- uses: actions/checkout@v2
29-
- uses: actions/setup-node@v1
30-
with:
31-
node-version: 12
32-
registry-url: https://npm.pkg.github.com/
33-
- run: npm ci
34-
- run: npm run build
35-
- run: npm publish
36-
env:
37-
NODE_AUTH_TOKEN: ${{secrets.GIB_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)