update package workflow
This commit is contained in:
parent
f1751bdd64
commit
7e21e8c927
|
@ -2,12 +2,12 @@ name: publish package
|
|||
on:
|
||||
release:
|
||||
types: [created]
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ts
|
||||
jobs:
|
||||
build and publish:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ts
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# Setup .npmrc file to publish to npm
|
||||
|
|
Loading…
Reference in New Issue