Skip to content

Commit

Permalink
Merge pull request #6 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 534f441 + 4ecf261 commit 08f23b3
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}')
image_name=$(grep -oE 'release_name\s+=\s+"([^"]+)"' ./release | awk -F'"' '{print $2}')
description=$(grep -oE 'description\s+=\s+"([^"]+)"' ./release | awk -F'"' '{print $2}')
echo "TAG_NAME=$tag_name" >> $GITHUB_ENV
echo "TAG_NAME=$version" >> $GITHUB_ENV
echo "RELEASE_NAME=$image_name" >> $GITHUB_ENV
echo "RELEASE_BODY=$description" >> $GITHUB_ENV
Expand Down

0 comments on commit 08f23b3

Please sign in to comment.