add testing github action
This commit is contained in:
6
.github/workflows/publish-main.yml
vendored
6
.github/workflows/publish-main.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user