diff --git a/.github/workflows/dependencies/dotnet-whatsnew.1.1.2.nupkg b/.github/workflows/dependencies/dotnet-whatsnew.1.1.3.nupkg similarity index 93% rename from .github/workflows/dependencies/dotnet-whatsnew.1.1.2.nupkg rename to .github/workflows/dependencies/dotnet-whatsnew.1.1.3.nupkg index 24009afb7b..8e41b8d567 100644 Binary files a/.github/workflows/dependencies/dotnet-whatsnew.1.1.2.nupkg and b/.github/workflows/dependencies/dotnet-whatsnew.1.1.3.nupkg differ diff --git a/.github/workflows/dependencies/run-dotnet-whatsnew.sh b/.github/workflows/dependencies/run-dotnet-whatsnew.sh index b8fd0d48d8..496ae05fc4 100755 --- a/.github/workflows/dependencies/run-dotnet-whatsnew.sh +++ b/.github/workflows/dependencies/run-dotnet-whatsnew.sh @@ -7,11 +7,6 @@ set -e # $2 is the # $3 is the savedir -declare -r STARTDATE=$(date "+%F" -d "$(date +'%Y-%m-01') -1 month"); -declare -r ENDDATE=$(date "+%F" -d "$STARTDATE +1 month -1 day"); - -echo "From $STARTDATE to $ENDDATE" - while getopts o:r:s: option do case "${option}" @@ -25,6 +20,4 @@ done dotnet whatsnew \ --owner $OWNER \ --repo $REPO \ - --startdate $STARTDATE \ - --enddate $ENDDATE \ --savedir $SAVEDIR