Skip to content

Commit

Permalink
work_flow_test3_23
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 22, 2023
1 parent 4aeec7f commit 10e6d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
- name: Create Github Release
uses: softprops/action-gh-release@v1
with:
tag_name: "v${{env.GIT_TAG}}"
tag_name: v${{env.GIT_TAG}}
generate_release_notes: true
prerelease: true
files: |
${{steps.sign_app.outputs.signedReleaseFile}}

# Noted For Output [main_project_module]/build/outputs/bundle/release/
# - name: Upload AAB (App Bundle) Release - ${{ env.repository_name }}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk 21
targetSdk 34
versionCode 45
versionName "2.1.1"
versionName "2.1.2"

//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary true }
Expand Down

0 comments on commit 10e6d18

Please sign in to comment.