Skip to content

Commit

Permalink
ci: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadi Abu Hilal authored and Shadi Abu Hilal committed Jan 4, 2024
1 parent 4fac06e commit 824e177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
run: npx semantic-release
Storybook:
needs: Publish
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -62,4 +63,4 @@ jobs:
install_command: npm ci
build_command: npm run build-storybook
path: storybook-static
checkout: false
checkout: true

0 comments on commit 824e177

Please sign in to comment.