Skip to content

Commit

Permalink
rm new line character #41
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Aug 7, 2022
1 parent 34150ea commit 8c6d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotag_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Tag new version
if: ${{ env.MATCHED_FILES }}
run: |
version=$(cat ${{ env.VERSION_FILE_NAME }})
version=$(cat ${{ env.VERSION_FILE_NAME }} | tr -d '\r')
git tag v$version
- name: Push tags
Expand Down

0 comments on commit 8c6d71e

Please sign in to comment.