Skip to content

Commit

Permalink
Fix nuget address from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryCordewener committed Jan 7, 2024
1 parent 1c53514 commit ad58fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
- name: Push to Github
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --source https://nuget.pkg.github.com/acraven/index.json --api-key ${GITHUB_TOKEN}
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --source https://nuget.pkg.github.com/HarryCordewener/index.json --api-key ${GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push to NuGet
Expand Down

0 comments on commit ad58fe6

Please sign in to comment.