From dea5c7b9f19da4241ec2b3e5c15f14fd9c7383e8 Mon Sep 17 00:00:00 2001 From: Luke Parker <10430890+Hona@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:52:48 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20NuGet=20release=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/package.yml | 4 ++-- template/VerticalSliceArchitecture.nuspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index d97bd14..5253d26 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -32,7 +32,7 @@ jobs: id: package_version uses: KageKirin/get-csproj-version@v1.0.0 with: - file: ./VerticalSliceArchitecture.nuspec + file: template/VerticalSliceArchitecture.nuspec xpath: //*[local-name()='version'] - name: Create git tag @@ -40,7 +40,7 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git tag -m "CI: create new tag" ${{ steps.package_version.outputs.version }} - git push https://${{ github.token }}@github.com/${{ github.repository_owner }}/${{ github.repository}} + git push https://${{ github.token }}@github.com/${{ github.repository }} - name: Create release uses: ncipollo/release-action@v1.14.0 diff --git a/template/VerticalSliceArchitecture.nuspec b/template/VerticalSliceArchitecture.nuspec index 3445116..b98bc78 100644 --- a/template/VerticalSliceArchitecture.nuspec +++ b/template/VerticalSliceArchitecture.nuspec @@ -3,7 +3,7 @@ Hona.VerticalSliceArchitecture.Template - 2.0.0-rc1 + 2.0.0-rc3 Vertical Slice Architecture Template Luke Parker (Hona) Spend less time over-engineering, and more time coding. The template has a focus on convenience, and developer confidence.