update package workflow

This commit is contained in:
Sayantan Karmakar 2022-05-27 13:43:52 +05:30
parent 5175b0dcd0
commit f1751bdd64
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Publish Package to npmjs
name: publish package
on:
release:
types: [created]
@ -6,7 +6,7 @@ defaults:
run:
working-directory: ts
jobs:
publish:
build and publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3