We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22d1e5 commit 66c79b6Copy full SHA for 66c79b6
.github/workflows/draft-new-release.yaml
@@ -13,7 +13,6 @@ jobs:
13
- uses: actions/checkout@v2
14
15
- name: Extract version from branch name
16
- if: startsWith(github.event.pull_request.head.ref, 'release/')
17
run: |
18
BRANCH_NAME=${GITHUB_REF#refs/heads/}
19
VERSION=${BRANCH_NAME#release/}
0 commit comments