diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index eddb51f..971a857 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -136,7 +136,7 @@ jobs: } >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2.6.0 + uses: softprops/action-gh-release@v2.6.1 with: name: "v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.stadium }} 🏟️" tag_name: ${{ steps.version.outputs.tag_name }}