diff --git a/.github/workflows/AutoTag.yml b/.github/workflows/AutoTag.yml index 31a42d79..44d611bb 100644 --- a/.github/workflows/AutoTag.yml +++ b/.github/workflows/AutoTag.yml @@ -42,4 +42,9 @@ jobs: custom_tag: ${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} - + - name: Bump version and push tag + if: ${{env.prerelease != true}} + uses: mathieudutour/github-tag-action@v6.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + custom_tag: ${{env.version}}