diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 9b90269..131498d 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -40,3 +40,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ needs.tag.outputs.tag }} body: ${{ github.event.head_commit.message }} + skipIfReleaseExists: true # Do not release if NONE tag is used above