updated github workflow

This commit is contained in:
12inchpenguin 2025-04-01 16:41:38 +03:00
parent b71946d3be
commit a4cbda0fb9

View File

@ -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: