We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465eeb0 commit af79962Copy full SHA for af79962
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
with:
75
- branch: 'release/v${{ inputs.major }}.${{ inputs.minor }}'
+ branch: 'release/v${{ inputs.major }}.${{ inputs.minor }}.X'
76
sha: '${{ github.sha }}'
77
78
- uses: ncipollo/release-action@v1
@@ -81,7 +81,7 @@ jobs:
81
draft: true
82
bodyFile: ".github/data/release_body.md"
83
tag: v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}
84
- commit: release/v${{ inputs.major }}.${{ inputs.minor }}
+ commit: release/v${{ inputs.major }}.${{ inputs.minor }}.X
85
86
87
0 commit comments