Skip to content

Commit

Permalink
🐛 Fix NuGet release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hona authored Jul 30, 2024
1 parent 5dbb75b commit dea5c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
id: package_version
uses: KageKirin/[email protected]
with:
file: ./VerticalSliceArchitecture.nuspec
file: template/VerticalSliceArchitecture.nuspec
xpath: //*[local-name()='version']

- name: Create git tag
run: |
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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion template/VerticalSliceArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>Hona.VerticalSliceArchitecture.Template</id>
<version>2.0.0-rc1</version>
<version>2.0.0-rc3</version>
<title>Vertical Slice Architecture Template</title>
<authors>Luke Parker (Hona)</authors>
<description>Spend less time over-engineering, and more time coding. The template has a focus on convenience, and developer confidence.</description>
Expand Down

0 comments on commit dea5c7b

Please sign in to comment.