diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index fda51fa..73395a3 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -33,5 +33,5 @@ jobs: git config --global user.email ${{ secrets.RHACS_BOT_GITHUB_EMAIL }} git config --global user.name ${{ secrets.RHACS_BOT_GITHUB_USERNAME }} # Move the main version tag to the target tag. - git tag -s -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }} + git tag -m "" -s -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }} git push origin ${{ github.event.inputs.main_version }} --force --tags