diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index b33ee0d..49865b0 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -255,7 +255,7 @@ jobs: # Error 422: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"} - name: Create release with artifact if: success() && needs.version.outputs.TagNoV && steps.StepBump.outputs.new_tag - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: name: ${{ needs.version.outputs.TagNoV }} tag: ${{ steps.StepBump.outputs.new_tag }}