Skip to content

Commit

Permalink
ci: fix workflows (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari authored Mar 26, 2024
1 parent 8f4e491 commit 531f503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm ci
shell: bash
- name: Build Storybook
run: npx build-storybook
run: npx --no-install sb build
shell: bash
- name: Upload to S3
uses: gravity-ui/preview-upload-to-s3-action@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
steps:
- uses: gravity-ui/release-action@v1
with:
node-version: 18
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}

0 comments on commit 531f503

Please sign in to comment.