Skip to content

Commit

Permalink
Update copyright year [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gpailler authored Jan 21, 2024
1 parent 768516c commit 75eba82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build documentation
run: |
./docfx.console.2.58.9/tools/docfx.exe metadata ./docs/docfx.json
./docfx.console.2.58.9/tools/docfx.exe build ./docs/docfx.json --globalMetadata "{'_appFooter': 'Copyright © 2013-2022 - Gregoire Pailler - MegaApiClient ${{ needs.build.outputs.semVer }}'}"
./docfx.console.2.58.9/tools/docfx.exe build ./docs/docfx.json --globalMetadata "{'_appFooter': 'Copyright © 2013-2024 - Gregoire Pailler - MegaApiClient ${{ needs.build.outputs.semVer }}'}"
- name: Upload Documentation
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -150,4 +150,4 @@ jobs:
- name: Publish on NuGet
run: |
cd ./artifacts/
dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_SECRET }}
dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_SECRET }}

0 comments on commit 75eba82

Please sign in to comment.