Skip to content

Commit

Permalink
trim with xargs
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 20, 2023
1 parent f394db1 commit d5b3231
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:

- name: 🔢 set version environment variable
run: |
echo "VERSION=$(cat bin/version.txt)" >> "$GITHUB_ENV"
echo "VERSION=$(cat bin/version.txt | xargs)" >> "$GITHUB_ENV"
- name: 🔢 prep release notes
run: |
Expand Down

0 comments on commit d5b3231

Please sign in to comment.