add Release date file creation to s3 deploy script
This commit is contained in:
parent
68708114d5
commit
7023b27029
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ mkdir -p dist
|
|||
|
||||
cd dist
|
||||
|
||||
echo $VERSION >> VERSION
|
||||
echo $VERSION > VERSION
|
||||
curl -s https://api.github.com/repos/amnezia-vpn/amnezia-client/releases/tags/$VERSION | jq -r .published_at > RELEASE_DATE
|
||||
curl -s https://api.github.com/repos/amnezia-vpn/amnezia-client/releases/tags/$VERSION | jq -r .body | tr -d '\r' > CHANGELOG
|
||||
|
||||
if [[ $(cat CHANGELOG) = null ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue