Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise committed Nov 4, 2023
1 parent 29b27aa commit 40ff757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: actions/create-release@v1
with:
files: game-unlocker-v${{ steps.version.outputs.app_version }}.apk
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha }}
tag_name: v${{ steps.version.outputs.app_version }}
release_name: Release v${{ steps.version.outputs.app_version }}
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 40ff757

Please sign in to comment.