diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8713245..6f2e90c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -99,7 +99,7 @@ jobs: - name: Create github release tag if: success() && github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: tag_name: v${{ env.BUILD_VERSION }} name: Release v${{ env.BUILD_VERSION }}