Skip to content

Commit

Permalink
Packages updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadevnet committed Aug 31, 2024
1 parent e19a34d commit 0b6a2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:

- name: Authenticate with GitHub Packages
run: |
nuget sources remove -name github || true
nuget sources add -name github -source https://nuget.pkg.github.com/${GITHUB_REPOSITORY_OWNER}/index.json -username ${GITHUB_REPOSITORY_OWNER} -password ${{ secrets.GITHUB_TOKEN }}
# Build and publish BiUM.Core
- name: Build BiUM.Core
run: dotnet build ./src/BiUM.Core/BiUM.Core.csproj -c Release
Expand Down

0 comments on commit 0b6a2ed

Please sign in to comment.