Skip to content

Commit 44fb5dd

Browse files
committed
fix
1 parent ac56bff commit 44fb5dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ jobs:
240240
241241
- name: Upload to oric
242242
run: |
243-
export BPM_PUBLISH_KEY = $hash
244-
bpm -V
243+
245244
if [ -f "bpm.tml" ]; then
245+
BPM_PUBLISH_KEY = $hash
246+
bpm -V
246247
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then python3 ../bpm/src/bpm --force-update publish --official; else python3 --force-update ../bpm/src/bpm publish --alpha; fi
247248
else
248249
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then VERSION="$version"; else VERSION=alpha; fi

0 commit comments

Comments
 (0)