Skip to content

Commit

Permalink
fix:tag issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-wedensday committed Apr 18, 2024
1 parent c435627 commit b5030d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ jobs:
uses: actions/checkout@v2
- name: Set tag name
id: set_tag_name
uses: thenativeweb/get-next-version@main
uses: dawidd6/action-get-tag@v1
with:
prefix: 'v'
strip_v: false
- 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: ${{ steps.set_tag_name.outputs.version }}
tag_name: ${{ steps.set_tag_name.outputs.tag }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit b5030d0

Please sign in to comment.