Skip to content

Commit 9dfdc00

Browse files
committed
fix(deps): update dependencies
1 parent 074385c commit 9dfdc00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

β€Ž.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
run: npm run tsc
9090

9191
storybook:
92+
name: Deploy Storybook πŸš€
9293
runs-on: ubuntu-latest
9394
needs: [build, lint, tsc]
9495
if: github.ref == 'refs/heads/main'
@@ -122,7 +123,8 @@ jobs:
122123
folder: ${{ env.FOLDER_PATH_STORYBOOK_BUILD }}
123124
clean: true
124125

125-
npm-release:
126+
release-npm:
127+
name: Release npm πŸš€
126128
runs-on: ubuntu-latest
127129
needs: [build, lint, tsc]
128130
if: github.ref == 'refs/heads/main'
@@ -152,7 +154,7 @@ jobs:
152154
run: npm run build
153155

154156
- name: Release πŸš€
155-
run: npm run release
156157
env:
157158
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158159
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
160+
run: npm run release

0 commit comments

Comments
Β (0)