Skip to content

Commit

Permalink
Create releases after uploading the file
Browse files Browse the repository at this point in the history
Change-Id: I18c1493dddf4dca9d3cabc7d889ce94f3cc32761
  • Loading branch information
lihenggui committed Jul 6, 2023
1 parent a3cfeff commit bfcd64e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ jobs:
- name: Build app
run: ./gradlew :app-compose:assembleRelease :app-compose:bundleRelease

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
prerelease: false

- name: Upload build outputs (APKs)
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -85,6 +74,17 @@ jobs:
name: mappings
path: "app-compose/build/outputs/mapping/marketRelease"

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
prerelease: false

- name: Publish to Play Store internal test track
uses: r0adkll/upload-google-play@v1.1.1
with:
Expand Down

0 comments on commit bfcd64e

Please sign in to comment.