diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0922dd4..fb60a6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: dotnet pack --configuration Release /p:Version=${{env.RELEASE_VERSION}} -o ${{env.ARTIFACTS_DIRECTORY}} - name: Publish project env: - PACKAGE_PATH: ${{env.ARTIFACTS_DIRECTORY}}/HACT.Dtos.${{env.RELEASE_VERSION}}.nupkg + PACKAGE_PATH: ${{env.ARTIFACTS_DIRECTORY}}/Hackney.HACT.Dtos.${{env.RELEASE_VERSION}}.nupkg run: | echo $PWD dotnet nuget push $PACKAGE_PATH --api-key ${{secrets.TOKEN}} --source https://nuget.pkg.github.com/LBHackney-IT/index.json diff --git a/README.md b/README.md index 03de310..467777c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Check that you have now added GitHub as a nuget source (see beginning of guide). To add the package, replace PROJECT with the path to the project the nuget will be installed to and run: ``` -dotnet add PROJECT package HACT.Dtos --version 1.0.0-Hackney +dotnet add PROJECT package Hackney.HACT.Dtos ``` ## Discrepencies between use case definitions and data model