diff --git a/.gitea/workflows/TelegramBotFramework.nuget.yaml b/.gitea/workflows/TelegramBotFramework.nuget.yaml index 09bc27c..1c0f420 100644 --- a/.gitea/workflows/TelegramBotFramework.nuget.yaml +++ b/.gitea/workflows/TelegramBotFramework.nuget.yaml @@ -29,13 +29,13 @@ jobs: dotnet-version: '8.0.x' - name: Restore dependencies - run: dotnet restore $APP_PROJECT_NAME + run: dotnet restore $APP_PROJECT_NAME /p:Version=$PACKAGE_VERSION - name: Build app - run: dotnet build -c Release --version-suffix $PACKAGE_VERSION --no-restore $APP_PROJECT_NAME + run: dotnet build -c Release --version-suffix $PACKAGE_VERSION --no-restore $APP_PROJECT_NAME /p:Version=$PACKAGE_VERSION - name: Pack app - run: dotnet pack --no-build $APP_PROJECT_NAME + run: dotnet pack --no-build $APP_PROJECT_NAME /p:Version=$PACKAGE_VERSION - name: disconnect old source run: dotnet nuget remove source gitea