From 7e21e8c9273584d4adde212ad82a104ecb6d6fac Mon Sep 17 00:00:00 2001 From: Sayantan Karmakar Date: Fri, 27 May 2022 13:50:15 +0530 Subject: [PATCH] update package workflow --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index da355dd..231ca03 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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