Skip to content

Commit

Permalink
Change GitLab registry id
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanCheeseBurrito authored Jan 18, 2024
1 parent 6f6f52e commit ff1772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
shell: bash
run: |
if [ '${{ github.event.inputs.nuget-registry }}' == 'GitLab' ]; then
dotnet nuget push **/Box2D.NET.*.nupkg --api-key '${{ secrets.GITLAB_ACCESS_TOKEN }}' --source 'https://gitlab.com/api/v4/projects/51698729/packages/nuget/index.json'
dotnet nuget push **/Box2D.NET.*.nupkg --api-key '${{ secrets.GITLAB_ACCESS_TOKEN }}' --source 'https://gitlab.com/api/v4/projects/53993416/packages/nuget/index.json'
elif [ '${{ github.event.inputs.nuget-registry }}' == 'NuGet' ]; then
dotnet nuget push **/Box2D.NET.*.nupkg --api-key '${{ secrets.NUGET_ACCESS_TOKEN }}' --source 'https://api.nuget.org/v3/index.json'
fi

0 comments on commit ff1772d

Please sign in to comment.