diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index 8c972b7..030899d 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.5.0 + uses: softprops/action-gh-release@v2.6.0 with: name: "v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.stadium }} 🏟️" tag_name: ${{ steps.version.outputs.tag_name }}