We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be393c commit f8ca090Copy full SHA for f8ca090
.github/workflows/package.yml
@@ -34,6 +34,8 @@ jobs:
34
35
- name: Create git tag
36
run: |
37
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
38
+ git config --global user.name "github-actions[bot]"
39
git tag -m "CI: create new tag" ${{ steps.package_version.outputs.version }}
40
git push https://${{ github.token }}@github.com/Hona/VerticalSliceArchitecture
41
VerticalSliceArchitecture.nuspec
@@ -3,7 +3,7 @@
3
<metadata>
4
5
<id>Hona.VerticalSliceArchitecture.Template</id>
6
- <version>0.7.3</version>
+ <version>0.7.4</version>
7
<title>Vertical Slice Architecture Template</title>
8
<authors>Hona</authors>
9
<description>Vertical Slice Architecture template using ASP.NET Core</description>
0 commit comments