Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Jan 25, 2025
1 parent c9b545f commit 60d60da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
get-version:
name: Extract Version from pubspec.yaml
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'release-v')
if: startsWith(github.event.workflow_run.head_branch, 'release-v')
outputs:
VERSION_NAME: ${{ steps.extract_version.outputs.VERSION_NAME }}
VERSION_NUMBER: ${{ steps.extract_version.outputs.VERSION_NUMBER }}
Expand Down

0 comments on commit 60d60da

Please sign in to comment.