We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afd38e commit 6318381Copy full SHA for 6318381
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
id: set_tag
23
run: |
24
export VER=v$(python -c "exec(open('src/fcl/version.py','r').read());print(__version__)")
25
- echo echo "tag_name=${VER}" >> $GITHUB_OUTPUT
+ echo "tag_name=${VER}" >> $GITHUB_OUTPUT
26
- name: Create Release
27
if: contains(steps.changed-files.outputs.modified_files, 'src/fcl/version.py')
28
id: create_release
0 commit comments