From 6d1d0c78c6b112ac5ae9a7ae8707f0d951f43462 Mon Sep 17 00:00:00 2001 From: ZEXSM Date: Sat, 28 Oct 2023 13:31:32 +0300 Subject: [PATCH] test release 3 --- .github/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e38d57f4..6f4b912c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -63,6 +63,10 @@ jobs: ls -a cd src/OData.QueryBuilder ls -a + cd bin + ls -a + cd Release + ls -a dotnet nuget push ./src/OData.QueryBuilder/bin/Release/OData.QueryBuilder.${{ steps.create_tag.outputs.release_package_version }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s ${{ vars.NUGET_SOURCE }} git tag v${{ steps.create_tag.outputs.release_package_version }} git push origin v${{ steps.create_tag.outputs.release_package_version }} \ No newline at end of file