Skip to content

Commit

Permalink
CI: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Surendrajat committed May 16, 2024
1 parent 63928e3 commit 383a290
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,9 +55,8 @@ jobs:
run: |
echo $KEYSTORE_BASE64 | base64 --decode > release.keystore
./gradlew clean && ./gradlew assembleRelease
- name: Get release version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Create Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: app/build/outputs/apk/release/app-release.apk

0 comments on commit 383a290

Please sign in to comment.