We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074385c commit 9dfdc00Copy full SHA for 9dfdc00
β.github/workflows/main.yml
@@ -89,6 +89,7 @@ jobs:
89
run: npm run tsc
90
91
storybook:
92
+ name: Deploy Storybook π
93
runs-on: ubuntu-latest
94
needs: [build, lint, tsc]
95
if: github.ref == 'refs/heads/main'
@@ -122,7 +123,8 @@ jobs:
122
123
folder: ${{ env.FOLDER_PATH_STORYBOOK_BUILD }}
124
clean: true
125
- npm-release:
126
+ release-npm:
127
+ name: Release npm π
128
129
130
@@ -152,7 +154,7 @@ jobs:
152
154
run: npm run build
153
155
156
- name: Release π
- run: npm run release
157
env:
158
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
159
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
160
+ run: npm run release
0 commit comments