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 5556cce commit c435627
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,16 @@ jobs:
uses: actions/checkout@v2
- name: Set tag name
id: set_tag_name
uses: amitsingh-007/next-release-tag@v5.0.0
uses: thenativeweb/get-next-version@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: 'v'
tag_template: 'yyyy.mm.dd.i'
prefix: 'v'
- 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.next_release_tag }}
tag_name: ${{ steps.set_tag_name.outputs.version }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit c435627

Please sign in to comment.