Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SDIDSA authored Jul 21, 2023
1 parent 1e1db5c commit 1ba7316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "version_name=${{steps.android_version.outputs.VERSION_NAME}}" >> $GITHUB_ENV
- run: |
gh release create ${{env.version_name}} ${{github.workspace}}/app/build/outputs/apk/release/app-release.apk
gh release create ${{env.version_name}} ${{github.workspace}}/app/build/outputs/apk/release/app-release.apk --generate-notes -t "Auto-Release"
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
Expand Down

0 comments on commit 1ba7316

Please sign in to comment.