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 c926414 commit 351fbdaCopy full SHA for 351fbda
.github/workflows/manually.yml
@@ -48,5 +48,8 @@ jobs:
48
- name: Build & release app
49
run: |
50
yarn release
51
+ yarn upload-dist
52
env:
53
GH_TOKEN: ${{ secrets.GH_TOKEN }}
54
+ PICGO_ENV_COS_SECRET_ID: ${{ secrets.PICGO_ENV_COS_SECRET_ID }}
55
+ PICGO_ENV_COS_SECRET_KEY: ${{ secrets.PICGO_ENV_COS_SECRET_KEY }}
0 commit comments