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 60d60da commit 1f81ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
get-version:
name: Extract Version from pubspec.yaml
runs-on: ubuntu-latest
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 1f81ff8

Please sign in to comment.