Skip to content

Commit

Permalink
Merge pull request #14 from Staketab/pre-build
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
duccas authored Oct 20, 2023
2 parents 1196d5f + dcc1c84 commit 5c4f7c7
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 @@ -23,7 +23,7 @@ jobs:
version=$(grep -oE 'version\s+=\s+"([^"]+)"' ./release | awk -F'"' '{print $2}')
release_name=$(grep -oE 'release_name\s+=\s+"([^"]+)"' ./release | awk -F'"' '{print $2}')
description=$(awk '/description = """$/,/"""/{if (!/description = """/ && !/"""/) print}' ./release)
echo "$description
echo "$description"
echo "::set-output name=TAG_NAME::$version"
echo "::set-output name=RELEASE_NAME::$release_name"
echo "::set-output name=RELEASE_BODY::$description"
Expand Down

0 comments on commit 5c4f7c7

Please sign in to comment.