Skip to content

Commit

Permalink
another test description
Browse files Browse the repository at this point in the history
  • Loading branch information
duccas committed Oct 20, 2023
1 parent 20713d8 commit 53b4ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
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=$(sed -n '/description = """$/,/"""/p' ./release | sed '1d;$d')
description=$(awk '/description = """$/,/"""/{if (!/description = """/ && !/"""/) print}' ./release)
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
2 changes: 0 additions & 2 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version = "0.1.0"
release_name = "socorta"
description = """
### Docker Image Release

## Socotra Testnet v1 Juneo Network

Command to pull the image:
`docker pull ghcr.io/staketab/juneo-docker/socorta:0.1.0`
"""

0 comments on commit 53b4ce4

Please sign in to comment.