Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 45b5a88

Browse files
Bassem DghaidiBassem Dghaidi
authored andcommitted
Remove github packages from the publishing job
1 parent 58336c2 commit 45b5a88

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,4 @@ jobs:
1616
- run: npm ci
1717
- run: npm publish
1818
env:
19-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
20-
21-
publish-gpr:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: actions/checkout@v2
25-
- uses: actions/setup-node@v1
26-
with:
27-
node-version: 10
28-
registry-url: https://npm.pkg.github.com/
29-
- run: npm ci
30-
- run: npm publish
31-
env:
32-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)