Skip to content

Commit 087ae8e

Browse files
committed
fix
1 parent fb84d34 commit 087ae8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
- name: Upload if bpm
200200
run: |
201201
if [ -f "bpm.tml" ]; then
202+
export BPM_PUBLISH_KEY=$hash
202203
export PATH=$PATH:../bpm/src/:${GITHUB_WORKSPACE}/../cc65/bin
203204
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then bpm --force-update -V;--force-update publish --official; else bpm publish --alpha; fi
204205
fi

0 commit comments

Comments
 (0)