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 d40d505 commit b13cf03Copy full SHA for b13cf03
.github/workflows/ci.yml
@@ -199,6 +199,7 @@ jobs:
199
200
RELEASE_NAME="${{ github.ref_name }}"
201
RELEASE_TAGNAME="release-${{ github.ref_name }}"
202
+ BRANCH_NAME="$RELEASE_NAME"
203
if [[ "${{ github.event.inputs.is_nightly }}" == "true" ]]; then
204
RELEASE_NAME="nightly-$RELEASE_NAME"
205
RELEASE_TAGNAME="nightly-$RELEASE_TAGNAME"
@@ -223,7 +224,7 @@ jobs:
223
224
name: ${{ env.RELEASE_NAME }}
225
tag_name: ${{ env.RELEASE_TAGNAME }}
226
fail_on_unmatched_files: false
- target_commitish: ${{ env.RELEASE_NAME }}
227
+ target_commitish: ${{ env.BRANCH_NAME }}
228
body: |
229
Last updated on ${{ env.RELEASE_DATE }}
230
files: |
0 commit comments