Skip to content

Commit 502683f

Browse files
committed
chore: 修改 upload-to-qiniu-action 版本号,宽松到 v1
1 parent ec12dc4 commit 502683f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/strange-snakes-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vite-vue3": patch
3+
---
4+
5+
fix: 修改 upload-to-qiniu-action 版本号,宽松到 v1

.github/workflows/vite-vue3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Upload to Qiniu
38-
uses: cumt-robin/upload-to-qiniu-action@v1.0.0
38+
uses: cumt-robin/upload-to-qiniu-action@v1
3939
with:
4040
access_key: ${{ secrets.QINIU_ACCESS_KEY }}
4141
secret_key: ${{ secrets.QINIU_SECRET_KEY }}

0 commit comments

Comments
 (0)