Skip to content

Commit

Permalink
🐛 Tagging Git Bot Identity (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hona authored Mar 20, 2024
1 parent 2be393c commit f8ca090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- 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/Hona/VerticalSliceArchitecture
Expand Down
2 changes: 1 addition & 1 deletion 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>0.7.3</version>
<version>0.7.4</version>
<title>Vertical Slice Architecture Template</title>
<authors>Hona</authors>
<description>Vertical Slice Architecture template using ASP.NET Core</description>
Expand Down

0 comments on commit f8ca090

Please sign in to comment.