Skip to content

Commit

Permalink
memo: check copilot output more thoroughly
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 7, 2024
1 parent 429905e commit a946d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if: needs.setup.outputs.trigger-release-index == 'true'
uses: nfdi4plants/arc-validate-package-registry/.github/workflows/release-package.yml@main
with:
project: src/AVPRIndex/AVPRIndex.csproj
project: src/AVPRIndex/AVPRIndex.fsproj
secrets:
NUGET_KEY: ${{ secrets.NUGET_KEY }}

Expand Down
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 a946d12

Please sign in to comment.