Skip to content

Commit cfcb437

Browse files
authored
Update pull-request.yml
1 parent b828fec commit cfcb437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
OWNER: ${{ github.repository_owner }}
25-
NUGET_PACKAGE: "DotnetViewComponents"
25+
NUGET_PACKAGE: "NHSUKViewComponents"
2626
run: |
2727
echo "Fetching latest NuGet version for package '$NUGET_PACKAGE' in owner '$OWNER'"
2828
@@ -102,7 +102,7 @@ jobs:
102102
packages: write
103103
env:
104104
BUILD_CONFIG: "Release"
105-
PROJECT_PATH: "DotnetViewComponents/DotnetViewComponents.csproj"
105+
PROJECT_PATH: "NHSUKViewComponents/NHSUKViewComponents.csproj"
106106
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
107107

108108
steps:
@@ -170,4 +170,4 @@ jobs:
170170
draft: false
171171
prerelease: false
172172
env:
173-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)