Skip to content

Commit ce41c7b

Browse files
committed
fix(ci): pass BSKT/BSCV/TAG as env vars for Gitee release step
1 parent fadc3c7 commit ce41c7b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,10 @@ jobs:
186186
- name: Create Gitee Release and upload installers
187187
env:
188188
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 }}
189192
run: |
190-
BSKT="${{ needs.check-version.outputs.bskt_version }}"
191-
BSCV="${{ needs.check-version.outputs.bscv_version }}"
192-
TAG="${{ needs.check-version.outputs.tag }}"
193-
194193
python3 - <<PY
195194
import json, os
196195
payload = {

0 commit comments

Comments
 (0)