Skip to content

Commit

Permalink
Merge pull request #2 from UmbHost/develop
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
AaronSadlerUK authored May 7, 2024
2 parents ab6c90d + 3710694 commit bb01e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: dotnet restore ./UmbHost.Cloudflare.Purge/UmbHost.Cloudflare.Purge.csproj

- name: Build UmbHost.Cloudflare.Purge
run: dotnet pack ./UmbHost.Cloudflare.Purge/UmbHost.Cloudflare.Purge.csproj --no-restore -c ${{env.CONFIG}} --output ${{env.OUT_FOLDER}} /p:version=${{steps.gitversion.outputs.fullSemVer}}
run: dotnet pack ./UmbHost.Cloudflare.Purge/UmbHost.Cloudflare.Purge.csproj --no-restore -c ${{env.CONFIG}} --output ${{env.OUT_FOLDER}} /p:version=${{steps.gitversion.outputs.majorMinorPatch}}

- name: Push to UmbHost GitHub Nuget Repo
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit bb01e63

Please sign in to comment.