Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Oct 20, 2024
1 parent 781a63d commit a7d0a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
- name: Upload to oric
run: |
export BPM_PUBLISH_KEY = $hash
if [ -f "bpm.tml" ]; then
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then bpm publish --official; else bpm publish --alpha; fi
Expand Down

0 comments on commit a7d0a65

Please sign in to comment.