Skip to content

Commit

Permalink
fix pack pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
DavenaHack committed Nov 16, 2024
1 parent b08fd7c commit cd34088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
dotnet-version: '9.0.x'

- name: Pack the project
run: find -type f -name "$PACKAGE.csproj" | xargs -I {} \
dotnet pack "{}" --configuration Release --output ./nupkgs \
/p:RepositoryUrl=https://github.com/${{ github.repository }}
run: find -type f -name "$PACKAGE.csproj" | xargs -I {} dotnet pack "{}" --configuration Release --output ./nupkgs /p:RepositoryUrl=https://github.com/${{ github.repository }}

- name: Validate package version
run: |
Expand Down

0 comments on commit cd34088

Please sign in to comment.