updated github workflow

This commit is contained in:
12inchpenguin 2025-04-01 16:37:30 +03:00
parent e07dfc32b4
commit 2fa3aa6c28

View File

@ -18,6 +18,14 @@ jobs:
node-version: "23"
registry-url: "https://registry.npmjs.org/"
- name: Set up PNPM
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Publish to npm
run: npm publish --tag alpha --access public
env: