Skip to content

Commit

Permalink
Update build-release.yml - Trim VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 11, 2024
1 parent 9d9012e commit 7601f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Read version from VERSION file
id: get_version
run: |
VERSION=$(cat VERSION)
VERSION=$(cat VERSION | sed 's/^[ \t]*//;s/[ \t]*$//')
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Download Linux artifact
Expand Down

0 comments on commit 7601f2e

Please sign in to comment.