1
0

add testing github action

This commit is contained in:
2024-01-20 02:35:06 +01:00
parent b118c28dc7
commit ff638ad04f
2 changed files with 24 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
name: Publish (main)
name: Publish
on:
release:
types: [published]
types: [ published ]
jobs:
publish:
@@ -28,4 +28,4 @@ jobs:
- name: Publish to GPR
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: npm publish --tag latest --access public
run: npm publish --tag latest --access public