Skip to content

Commit

Permalink
chore(ci): Publish - correct branch prefix removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 23, 2024
1 parent 795e057 commit 9410f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ jobs:
env:
EVENT_BASE_REF: ${{ github.event.base_ref || 'master' }}
run: |
BRANCH=$EVENT_BASE_REF#refs/heads/
BRANCH=${EVENT_BASE_REF#refs/heads/}
echo "Detected branch: $BRANCH"
IS_MASTER=false
Expand Down

0 comments on commit 9410f52

Please sign in to comment.