There was an error while loading. Please reload this page.
2 parents a523ee1 + e5e9ab0 commit 8252612Copy full SHA for 8252612
1 file changed
.github/workflows/ci-pipeline.yml
@@ -29,8 +29,8 @@ jobs:
29
run: dotnet pack --configuration Release
30
31
- name: Publish to NuGet
32
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
33
uses: ./.github/actions/push-package
34
with:
35
path: ./CredentialManagement/bin/Release
36
- package: RedGate.ThirdParty.CredentialManagement.Standard
+ package: RedGate.ThirdParty.CredentialManagement.Standard
0 commit comments