Skip to content

Commit

Permalink
Add tag name to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
etonotieno authored Jan 11, 2025
1 parent a517915 commit b6f3c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
files: |
android/build/outputs/apk/release/*.apk
tag_name: android-release
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b6f3c2e

Please sign in to comment.