We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f005f84 commit 6f0b0d0Copy full SHA for 6f0b0d0
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Get changelog, tag name, & release name
44
id: variables
45
run: |
46
- VERSION=$VERSION=$(sed -nE "s/^__version__[[:space:]]*=[[:space:]]*['\"]([^'\"]+)['\"].*$/\1/p" xmipp3/version.py)
+ VERSION=$(sed -nE "s/^__version__[[:space:]]*=[[:space:]]*['\"]([^'\"]+)['\"].*$/\1/p" xmipp3/version.py)
47
RELEASE_NAME="Release ${VERSION}"
48
echo "TAG_NAME=$VERSION" >> $GITHUB_OUTPUT
49
echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_OUTPUT
0 commit comments