We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec12dc4 commit 502683fCopy full SHA for 502683f
.changeset/strange-snakes-watch.md
@@ -0,0 +1,5 @@
1
+---
2
+"vite-vue3": patch
3
4
+
5
+fix: 修改 upload-to-qiniu-action 版本号,宽松到 v1
.github/workflows/vite-vue3.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
steps:
37
- name: Upload to Qiniu
38
- uses: cumt-robin/upload-to-qiniu-action@v1.0.0
+ uses: cumt-robin/upload-to-qiniu-action@v1
39
with:
40
access_key: ${{ secrets.QINIU_ACCESS_KEY }}
41
secret_key: ${{ secrets.QINIU_SECRET_KEY }}
0 commit comments