From 9dfdc0009e88ca6aa38887a88ec05484cb07f609 Mon Sep 17 00:00:00 2001 From: mkosir Date: Fri, 8 Nov 2024 10:15:01 +0100 Subject: [PATCH] fix(deps): update dependencies --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d1ac2d..ae93df4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,6 +89,7 @@ jobs: run: npm run tsc storybook: + name: Deploy Storybook 🚀 runs-on: ubuntu-latest needs: [build, lint, tsc] if: github.ref == 'refs/heads/main' @@ -122,7 +123,8 @@ jobs: folder: ${{ env.FOLDER_PATH_STORYBOOK_BUILD }} clean: true - npm-release: + release-npm: + name: Release npm 🚀 runs-on: ubuntu-latest needs: [build, lint, tsc] if: github.ref == 'refs/heads/main' @@ -152,7 +154,7 @@ jobs: run: npm run build - name: Release 🚀 - run: npm run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npm run release