Skip to content

Commit 85c7b45

Browse files
authored
Merge pull request #60 from jackbow/master
fix: release.yml echo echo
2 parents 4afd38e + 6318381 commit 85c7b45

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)