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 44fb5dd commit 3cb6537Copy full SHA for 3cb6537
.github/workflows/main.yml
@@ -242,6 +242,7 @@ jobs:
242
run: |
243
244
if [ -f "bpm.tml" ]; then
245
+ echo "Use bpm for upload"
246
BPM_PUBLISH_KEY = $hash
247
bpm -V
248
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
0 commit comments