updated github workflow

This commit is contained in:
12inchpenguin 2025-04-01 16:35:45 +03:00
parent ae266c5a59
commit e07dfc32b4

View File

@ -18,9 +18,6 @@ jobs:
node-version: "23" node-version: "23"
registry-url: "https://registry.npmjs.org/" registry-url: "https://registry.npmjs.org/"
- name: Install dependencies
run: npm ci
- name: Publish to npm - name: Publish to npm
run: npm publish --tag alpha --access public run: npm publish --tag alpha --access public
env: env: