Skip to content

Commit

Permalink
fix release workflow input
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 7, 2024
1 parent b3b0667 commit 429905e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
dotnet-version: 8.x.x
- name: pack
run: dotnet pack ${{ github.event.inputs.project }} --configuration Release -o ./pkg
run: dotnet pack ${{ inputs.project }} --configuration Release -o ./pkg
- name: push
run: dotnet nuget push ./pkg/*.nupkg --api-key ${{ secrets.nuget_key }} --source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion src/AVPRIndex/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## v0.0.3

- Add create function to Author and OntologyAnnotation (https://github.com/nfdi4plants/arc-validate-package-registry/pull/27)
- Add create function to Author and OntologyAnnotation (https://github.com/nfdi4plants/arc-validate-package-registry/pull/27)

## v0.0.2

Expand Down

0 comments on commit 429905e

Please sign in to comment.