Skip to content

Commit

Permalink
bou-1 - updated the nuget package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Cook committed Feb 18, 2025
1 parent 92212b2 commit 4ac5971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Bounteous.DotNet.Test.Essentials
name: Bounteous.xUnit.Accelerator

on:
pull_request:
Expand All @@ -10,8 +10,8 @@ jobs:
if: github.event.pull_request.merged == true
uses: Bounteous-Inc/bounteous-dotnet-common-workflows/.github/workflows/build-and-publish-to-nuget.yml@main
with:
csproj-path: './src/Bounteous.DotNet.Test.Essentials/Bounteous.DotNet.Test.Essentials.csproj'
nuget-package-name: 'bounteous.dotnet.test.essentials'
csproj-path: './src/Bounteous.xUnit.Accelerator/Bounteous.xUnit.Accelerator.csproj'
nuget-package-name: 'Bounteous.xUnit.Accelerator'
dotnet-version: '8.0.x'
release-path: 'net8.0'
build-configuration: 'Release'
Expand Down

0 comments on commit 4ac5971

Please sign in to comment.