Skip to content

Commit 8a146e1

Browse files
committed
ci(repo): Remove NPM publish from release action
1 parent 1954876 commit 8a146e1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,3 @@ jobs:
205205
AUR_KEY: ${{ secrets.AUR_KEY }}
206206
COSIGN_EXPERIMENTAL: 1
207207
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
208-
209-
- name: Publish NPM Packages
210-
env:
211-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
212-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
213-
TOOLS_DIR: ${{ github.workspace }}/tools
214-
NPM_TIMEOUT: 1800
215-
NPM_MAX_RETRIES: 3
216-
run: ./scripts/publish-npm.sh --ci-output

0 commit comments

Comments
 (0)