update package workflow

This commit is contained in:
Sayantan Karmakar 2022-05-27 13:50:15 +05:30
parent f1751bdd64
commit 7e21e8c927
1 changed files with 3 additions and 3 deletions

View File

@ -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