Skip to content

Commit 2661a2e

Browse files
committed
Fix tag & release name extraction
1 parent 54a1ef0 commit 2661a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Get changelog, tag name, & release name
4444
id: variables
45-
run:
45+
run: |
4646
VERSION=$(grep "__version__" xmipp3/version.py | sed -E 's/.*"([^"]+)".*/\1/')
4747
TAG_NAME=v$VERSION
4848
RELEASE_NAME="Release ${VERSION}"

0 commit comments

Comments
 (0)