1
0

fix workflow

This commit is contained in:
2022-06-28 22:12:09 +02:00
parent 7466a881a0
commit 261069d5cb

View File

@@ -13,6 +13,10 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Publish to npmjs
run: npm publish --tag latest --access public
env: