Skip to content

Commit

Permalink
fix source branch reference for the publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
VoigtS committed Jan 9, 2025
1 parent 6f49b95 commit 1a61af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
build-and-publish:
if: ${{ startsWith(github.head_ref, 'changeset-release/') }}
if: ${{ contains(github.head_ref, 'changeset-release') }}
runs-on: [ubuntu-latest]
env:
ACTIONS_RUNNER_DEBUG: true
Expand Down

0 comments on commit 1a61af0

Please sign in to comment.