diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 62d2353..c9e6927 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -57,6 +57,7 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: + skipIfReleaseExists: true artifacts: "./tools.zip" body: ${{steps.github_release.outputs.changelog}} tag: "v${{ steps.gitversion.outputs.MajorMinorPatch }}"