We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adc1ba commit 16535f9Copy full SHA for 16535f9
.github/workflows/ci-cd.yml
@@ -46,7 +46,7 @@ jobs:
46
sed -i "s|__NEXUS_PASSWORD__|${{ secrets.NEXUS_PASSWORD }}|g" NuGet.Config
47
48
- name: Debug NuGet.Config
49
- run: cat Nuget.Config
+ run: cat NuGet.Config
50
51
- name: Build and push API Docker image
52
uses: docker/build-push-action@v5
0 commit comments