Skip to content

Commit

Permalink
fix project arg in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 7, 2024
1 parent d5e02c7 commit da80b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if: needs.setup.outputs.is_dry_run == 'false' && contains(needs.setup.outputs.index_all_changed_files, 'RELEASE_NOTES.md')
uses: nfdi4plants/arc-validate-package-registry/.github/workflows/release-package.yml@main
with:
package: project
project: src/AVPRIndex/AVPRIndex.csproj
secrets:
NUGET_KEY: ${{ secrets.NUGET_KEY }}

Expand All @@ -115,6 +115,6 @@ jobs:
if: needs.setup.outputs.is_dry_run == 'false' && contains(needs.setup.outputs.client_all_changed_files, 'RELEASE_NOTES.md')
uses: nfdi4plants/arc-validate-package-registry/.github/workflows/release-package.yml@main
with:
package: client
project: src/AVPRClient/AVPRClient.csproj
secrets:
NUGET_KEY: ${{ secrets.NUGET_KEY }}

0 comments on commit da80b55

Please sign in to comment.