Skip to content

Commit

Permalink
fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ttdyce committed Dec 31, 2024
1 parent ac509d0 commit dbe6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
draft: true
prerelease: true
files: build/app/outputs/flutter-apk/app-release.apk
Expand Down

0 comments on commit dbe6444

Please sign in to comment.