Skip to content

Commit

Permalink
Fix GHA release
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmckinnon committed Jun 25, 2023
1 parent c9ea587 commit 2d8e185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: dotnet build --no-restore

- run: |
dotnet pack CatConsult.AppConfigConfigurationProvider \
dotnet pack src/CatConsult.AppConfigConfigurationProvider \
-p:PackageVersion="$GITHUB_REF_NAME" \
--no-build \
--output "$RUNNER_TEMP/output"
Expand Down

0 comments on commit 2d8e185

Please sign in to comment.