Skip to content

Commit

Permalink
Update build-release.yml (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-goheen-cko authored Jan 13, 2025
1 parent dfb419d commit 3451b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_ID: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_ID }}
CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_SECRET: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_SECRET }}
CHECKOUT_MERCHANT_SUBDOMAIN: ${{ secrets.IT_CHECKOUT_MERCHANT_SUBDOMAIN }}
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
run: dotnet test
- id: package-solution
run: dotnet pack -o:package
Expand All @@ -57,4 +58,4 @@ jobs:
release_name: ${{ env.CURRENT_VERSION }}
body: ${{ github.event.head_commit.message }}
draft: false
prerelease: false
prerelease: false

0 comments on commit 3451b78

Please sign in to comment.