From a4cbda0fb9214b79ed97786a780509d43763209a Mon Sep 17 00:00:00 2001 From: 12inchpenguin Date: Tue, 1 Apr 2025 16:41:38 +0300 Subject: [PATCH] updated github workflow --- .github/workflows/publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 54467a3..d149ed2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,11 +26,6 @@ jobs: - name: Install dependencies run: pnpm install - - name: Publish to npm as alpha - run: npm publish --tag alpha --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Publish to npm as latest run: npm publish --tag latest --access public env: