Skip to content

Commit 37e65f8

Browse files
committedMar 5, 2022
fix: 🐛 Fix typo in github action
1 parent 5ffd700 commit 37e65f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
4242
AWS_REGION: 'ap-northeast-2'
4343
run: |
44-
yarn upload:s3
44+
yarn upload
4545
yarn upload:ssr

0 commit comments

Comments
 (0)
Please sign in to comment.