Skip to content

Commit

Permalink
Merge pull request #60 from jackbow/master
Browse files Browse the repository at this point in the history
fix: release.yml echo echo
  • Loading branch information
mikedh authored Jan 19, 2023
2 parents 4afd38e + 6318381 commit 85c7b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: set_tag
run: |
export VER=v$(python -c "exec(open('src/fcl/version.py','r').read());print(__version__)")
echo echo "tag_name=${VER}" >> $GITHUB_OUTPUT
echo "tag_name=${VER}" >> $GITHUB_OUTPUT
- name: Create Release
if: contains(steps.changed-files.outputs.modified_files, 'src/fcl/version.py')
id: create_release
Expand Down

0 comments on commit 85c7b45

Please sign in to comment.