10000
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 adc10d4 commit 986686bCopy full SHA for 986686b
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
echo RELEASE_VERSION=${{ inputs.version }} >> $GITHUB_ENV
34
echo RELEASE_BRANCH=$(echo ${{ inputs.version }} | cut -d '.' -f-2) >> $GITHUB_ENV
35
- echo DEV_BRANCH=$(echo ${{ inputs.version }} | cut -d '.' - f-1).x >> $GITHUB_ENV
+ echo DEV_BRANCH=$(echo ${{ inputs.version }} | cut -d '.' -f-1).x >> $GITHUB_ENV
36
37
- name: "Ensure release tag does not already exist"
38
0 commit comments