Skip to content

Commit af79962

Browse files
committed
Correcting the branch name for releases to show it contains all patches
1 parent 465eeb0 commit af79962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
with:
75-
branch: 'release/v${{ inputs.major }}.${{ inputs.minor }}'
75+
branch: 'release/v${{ inputs.major }}.${{ inputs.minor }}.X'
7676
sha: '${{ github.sha }}'
7777

7878
- uses: ncipollo/release-action@v1
@@ -81,7 +81,7 @@ jobs:
8181
draft: true
8282
bodyFile: ".github/data/release_body.md"
8383
tag: v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}
84-
commit: release/v${{ inputs.major }}.${{ inputs.minor }}
84+
commit: release/v${{ inputs.major }}.${{ inputs.minor }}.X
8585

8686

8787

0 commit comments

Comments
 (0)