Skip to content

Commit 40f6124

Browse files
author
Mufti Azan Farooqi
committed
ci: remove Github Packages upload
1 parent 42f483b commit 40f6124

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,3 @@ jobs:
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3131
if: ${{ steps.release.outputs.release_created }}
32-
33-
# Publish to Github Packages
34-
- uses: actions/setup-node@v3
35-
with:
36-
node-version: 16
37-
registry-url: "https://npm.pkg.github.com"
38-
if: ${{ steps.release.outputs.release_created }}
39-
- run: npm publish
40-
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)