Skip to content

Commit

Permalink
ci: fix version value
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Jun 9, 2023
1 parent c315fb0 commit efd705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: oberhauser-dev/flutter-release-action@v0
with:
app-name: 'wrestling_scoreboard_client'
app-version: ${{ github.ref }}
app-version: ${{ github.ref_name }}
tag: ${{ github.ref }}
release-type: ${{ matrix.release-type }}
token: ${{ github.token }}
Expand Down

0 comments on commit efd705d

Please sign in to comment.