We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ca4d2 commit e22d1e5Copy full SHA for e22d1e5
.github/workflows/draft-new-release.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Extract version from branch name
16
if: startsWith(github.event.pull_request.head.ref, 'release/')
17
run: |
18
- BRANCH_NAME="${{ echo ${GITHUB_REF#refs/heads/} }}"
+ BRANCH_NAME=${GITHUB_REF#refs/heads/}
19
VERSION=${BRANCH_NAME#release/}
20
echo "RELEASE_VERSION=$VERSION" >> $GITHUB_ENV
21
0 commit comments