Skip to content

Commit

Permalink
Merge pull request #40 from BobJWalker/feature/tagging
Browse files Browse the repository at this point in the history
Feature/tagging
  • Loading branch information
BobJWalker authored Feb 13, 2024
2 parents fdfc495 + 0737133 commit 946ffc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
tag_name: ${{ env.GitVersion_MajorMinorPatch }}.${{ env.GitVersion_PreReleaseNumber || env.GitVersion_PreReleaseTag || github.run_number }}${{ env.GitVersion_PreReleaseLabelWithDash }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.ref == 'refs/heads/main'

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion src/Trident.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<footer class="border-top footer text-muted">
<div class="container">
&copy; @DateTime.Now.Year - Trident App -
&copy; @DateTime.Now.Year - Trident Application -
Container Version: @typeof(Trident.Web.Core.Models.BaseModel).Assembly.GetName().Version
</div>
</footer>
Expand Down

0 comments on commit 946ffc8

Please sign in to comment.