Skip to content

Commit 6318381

Browse files
committed
fix: release.yml echo echo
1 parent 4afd38e commit 6318381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: set_tag
2323
run: |
2424
export VER=v$(python -c "exec(open('src/fcl/version.py','r').read());print(__version__)")
25-
echo echo "tag_name=${VER}" >> $GITHUB_OUTPUT
25+
echo "tag_name=${VER}" >> $GITHUB_OUTPUT
2626
- name: Create Release
2727
if: contains(steps.changed-files.outputs.modified_files, 'src/fcl/version.py')
2828
id: create_release

0 commit comments

Comments
 (0)