Skip to content

Commit

Permalink
use specific package for version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmcintosh authored Feb 14, 2025
1 parent 270d470 commit 07db837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/orgs/Open-Systems-Pharmacology/packages/nuget/CVODES/versions)
https://api.github.com/orgs/Open-Systems-Pharmacology/packages/nuget/CVODES.Windows/versions)
# Log the raw response for debugging
echo "API Response: $response"
Expand Down

0 comments on commit 07db837

Please sign in to comment.