Skip to content

Commit 8252612

Browse files
authored
Merge pull request #14 from red-gate/master-to-main-rename-completion
Update workflow reference from `master` to `main`
2 parents a523ee1 + e5e9ab0 commit 8252612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: dotnet pack --configuration Release
3030

3131
- name: Publish to NuGet
32-
if: github.ref == 'refs/heads/master'
32+
if: github.ref == 'refs/heads/main'
3333
uses: ./.github/actions/push-package
3434
with:
3535
path: ./CredentialManagement/bin/Release
36-
package: RedGate.ThirdParty.CredentialManagement.Standard
36+
package: RedGate.ThirdParty.CredentialManagement.Standard

0 commit comments

Comments
 (0)