Skip to content

Commit

Permalink
Update mobile-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Oct 15, 2024
1 parent d7c0ec9 commit a1f05e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
automatic_release_tag: "1.0"
title: "1.0"
automatic_release_tag: "devbuild-${{ needs.get-commit-hash.outputs.commit_hash }}"
title: "DevBuild ${{ needs.get-commit-hash.outputs.commit_hash }}"
files: |
/home/runner/*.apk
/home/runner/*.zip

0 comments on commit a1f05e8

Please sign in to comment.