Skip to content

Commit 6f0b0d0

Browse files
committed
Fixed typo in command
1 parent f005f84 commit 6f0b0d0

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Get changelog, tag name, & release name
4444
id: variables
4545
run: |
46-
VERSION=$VERSION=$(sed -nE "s/^__version__[[:space:]]*=[[:space:]]*['\"]([^'\"]+)['\"].*$/\1/p" xmipp3/version.py)
46+
VERSION=$(sed -nE "s/^__version__[[:space:]]*=[[:space:]]*['\"]([^'\"]+)['\"].*$/\1/p" xmipp3/version.py)
4747
RELEASE_NAME="Release ${VERSION}"
4848
echo "TAG_NAME=$VERSION" >> $GITHUB_OUTPUT
4949
echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)