From e9371a9060af80d6bc2733af5b0c2adf834accce Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:37:12 +0200 Subject: [PATCH] ci: update global workflows --- .github/workflows/if-nodejs-version-bump.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/if-nodejs-version-bump.yml b/.github/workflows/if-nodejs-version-bump.yml index c1f5c860..42d0f499 100644 --- a/.github/workflows/if-nodejs-version-bump.yml +++ b/.github/workflows/if-nodejs-version-bump.yml @@ -10,7 +10,7 @@ on: jobs: version_bump: - name: Generate assets and bump + name: Bump version runs-on: ubuntu-latest steps: - name: Checkout repository @@ -26,9 +26,6 @@ jobs: - if: steps.packagejson.outputs.exists == 'true' name: Install dependencies run: npm install - - if: steps.packagejson.outputs.exists == 'true' - name: Assets generation - run: npm run generate:assets - if: steps.packagejson.outputs.exists == 'true' name: Bump version in package.json # There is no need to substract "v" from the tag as version script handles it