Skip to content

Commit

Permalink
Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 authored Dec 19, 2024
1 parent e730198 commit 5d892be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm test
- run: npm run build:cos
- name: Install coscmd
run: sudo pip install coscmd
run: pip install coscmd
- name: Configure coscmd
run: coscmd config -a ${{ secrets.SecretId }} -s "${{ secrets.SecretKey }}" -b ${{ vars.BUCKET }} -r ${{ vars.REGION }}
- name: Publish static files to COS
Expand Down

0 comments on commit 5d892be

Please sign in to comment.