1 parent fadc3c7 commit ce41c7bCopy full SHA for ce41c7b
1 file changed
.github/workflows/release.yml
@@ -186,11 +186,10 @@ jobs:
186
- name: Create Gitee Release and upload installers
187
env:
188
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
189
+ BSKT: ${{ needs.check-version.outputs.bskt_version }}
190
+ BSCV: ${{ needs.check-version.outputs.bscv_version }}
191
+ TAG: ${{ needs.check-version.outputs.tag }}
192
run: |
- BSKT="${{ needs.check-version.outputs.bskt_version }}"
- BSCV="${{ needs.check-version.outputs.bscv_version }}"
- TAG="${{ needs.check-version.outputs.tag }}"
193
-
194
python3 - <<PY
195
import json, os
196
payload = {
0 commit comments