Skip to content

Commit

Permalink
Don't try and make a release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 3, 2024
1 parent 7f47cea commit c83f74c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ jobs:
path: ${{steps.sign_app.outputs.signedReleaseFile}}
retention-days: 4

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.run_number }}
release_name: Release V${{ github.run_number }}
draft: false
prerelease: false
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1.1.4
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
# with:
# tag_name: ${{ github.run_number }}
# release_name: Release V${{ github.run_number }}
# draft: false
# prerelease: false

- name: Upload Release AAB
id: upload-release-asset
Expand Down

0 comments on commit c83f74c

Please sign in to comment.