Skip to content

Commit

Permalink
change release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
kateile committed Oct 31, 2024
1 parent 88203e0 commit badc603
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
body: 'New apk'
name: ${{ github.ref_name }}
make_latest: true
body: 'New Apk'
name: ${{ github.run_number }} --build-name=2024.02.${{ github.run_number }}
tag_name: ${{ github.ref_name }}
files: build/app/outputs/apk/release/app-release.apk

Expand Down

0 comments on commit badc603

Please sign in to comment.