Skip to content

Commit

Permalink
test69
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 22, 2023
1 parent f7d4510 commit a6b836e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Create Github Release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{steps.version.outputs.GIT_TAG}}
tag_name: v$UNITY_APP_ID
generate_release_notes: true
prerelease: true
prerelease: false
files: |
${{steps.signed_aab.outputs.signedReleaseFile}}
${{steps.signed_apk.outputs.signedReleaseFile}}
Expand Down

0 comments on commit a6b836e

Please sign in to comment.