From 2fa5a360ef4084f51cdc09eb584200136da04715 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Thu, 7 Jul 2022 22:33:24 +0530 Subject: [PATCH] chore: fix workflow --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ad15fa5..299ee19 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,4 +27,5 @@ jobs: if: ${{ steps.release.outputs.release_created }} - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + if: ${{ steps.release.outputs.release_created }} \ No newline at end of file