Skip to content

Commit

Permalink
Fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 28, 2023
1 parent f2dfaef commit 3459c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

## Publish the API docs

- name: Build Storybook
- name: Build API Docs
run: npm run build-storybook

- name: Assume AWS role
Expand All @@ -46,7 +46,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_UPLOADER_ROLE_PLAYERS }}
aws-region: us-east-1

- name: Upload to S3
- name: Upload API Docs
uses: ./.github/actions/upload-to-s3
with:
directory: "./dist/storybook"
Expand Down

0 comments on commit 3459c28

Please sign in to comment.