Skip to content

Commit 66c79b6

Browse files
committed
ci: remove incorrect precheck in extract version step
1 parent e22d1e5 commit 66c79b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/draft-new-release.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Extract version from branch name
16-
if: startsWith(github.event.pull_request.head.ref, 'release/')
1716
run: |
1817
BRANCH_NAME=${GITHUB_REF#refs/heads/}
1918
VERSION=${BRANCH_NAME#release/}

0 commit comments

Comments
 (0)