Skip to content

Commit

Permalink
Try and fix nightly image path
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 22, 2023
1 parent add1be3 commit 0f8cdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "${0##*/}": Pushing $package...
# GitHub
dotnet nuget push $package --source https://nuget.pkg.github.com/titarenko/OAuth2/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
dotnet nuget push $package --source https://nuget.pkg.github.com/titarenko/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
done
- name: Publish Release Packages
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 0f8cdf5

Please sign in to comment.