Skip to content

Commit

Permalink
correcting to main from master
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
  • Loading branch information
JaydipGabani committed Feb 9, 2024
1 parent c0b2633 commit 63014b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/patch-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
with:
fetch-depth: 0

- name: Create release branch if needed # patched docs are always being merged to the master branch
- name: Create release branch if needed # patched docs are always being merged to the main branch
run: |
git checkout master
git checkout main
- name: Create patch version docs
run: make patch-version-docs NEWVERSION=v${MAJOR_VERSION}.${MINOR_VERSION}.x TAG=v${TAG} OLDVERSION=v${MAJOR_VERSION}.${MINOR_VERSION}.$((PATCH_VERSION-1))
Expand All @@ -46,7 +46,7 @@ jobs:
commit-message: "chore: Patch docs for ${{ env.TAG }} release"
title: "chore: Patch docs for ${{ env.TAG }} release"
branch: "patch-docs-${{ env.TAG }}"
base: "master"
base: "main"
signoff: true
labels: |
release-pr
Expand Down

0 comments on commit 63014b5

Please sign in to comment.