Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YudhistiraA authored Apr 30, 2024
1 parent ae28c3a commit dd11a09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v0.0.1
release_name: Release 0.0.1
tag_name: v0.0.2
release_name: Release 0.0.2
draft: false
prerelease: false

Expand All @@ -76,4 +76,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/android/app/build/outputs/apk/release/app-release.apk
asset_name: app-release-v0.0.1.apk
asset_content_type: application/vnd.android.package-archive
asset_content_type: application/vnd.android.package-archive

0 comments on commit dd11a09

Please sign in to comment.