Skip to content

Commit 0dca46b

Browse files
committed
fix test
1 parent 82f04d8 commit 0dca46b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ jobs:
205205
if [ -f "bpm.tml" ]; then
206206
export BPM_PUBLISH_KEY=${{ secrets.hash}}
207207
export PATH=$PATH:../bpm/src/:${GITHUB_WORKSPACE}/cc65/bin
208-
209208
echo branch ${{ github.ref_name }} $BRANCH_NAME
210209
if [ "$BRANCH_NAME" = "main" ]; then bpm publish --official; else bpm publish --alpha; fi
211210
fi

0 commit comments

Comments
 (0)