Skip to content

Commit f8ca090

Browse files
authored
🐛 Tagging Git Bot Identity (#46)
1 parent 2be393c commit f8ca090

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Create git tag
3636
run: |
37+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
38+
git config --global user.name "github-actions[bot]"
3739
git tag -m "CI: create new tag" ${{ steps.package_version.outputs.version }}
3840
git push https://${{ github.token }}@github.com/Hona/VerticalSliceArchitecture
3941

VerticalSliceArchitecture.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44

55
<id>Hona.VerticalSliceArchitecture.Template</id>
6-
<version>0.7.3</version>
6+
<version>0.7.4</version>
77
<title>Vertical Slice Architecture Template</title>
88
<authors>Hona</authors>
99
<description>Vertical Slice Architecture template using ASP.NET Core</description>

0 commit comments

Comments
 (0)