Skip to content

Commit

Permalink
Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Oct 29, 2024
1 parent 2d565c8 commit bb35e95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:

- name: Create Release
run: |
gh release create ${{ github.ref_name }} --title "Amuzic $(echo ${{ github.ref_name }} | rev | cut -d 'v' -f 1 | rev)" --generate-notes
gh release upload ${{ github.ref_name }} ./app/build/outputs/apk/release/app-release.apk ./app/build/outputs/bundle/release/app-release.aab
gh release create ${{ github.ref_name }} './app/build/outputs/apk/release/app-release.apk#Amuzic' './app/build/outputs/bundle/release/app-release.aab#Amuzic Bundle' --title "Amuzic $(echo ${{ github.ref_name }} | rev | cut -d 'v' -f 1 | rev)" --generate-notes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bb35e95

Please sign in to comment.