mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Merge pull request #2184 from amnezia-vpn/chore/add-release-date-upload
chore: add sending of release_date to s3
This commit is contained in:
@@ -14,6 +14,7 @@ cd dist
|
|||||||
|
|
||||||
echo $VERSION >> VERSION
|
echo $VERSION >> VERSION
|
||||||
curl -s https://api.github.com/repos/amnezia-vpn/amnezia-client/releases/tags/$VERSION | jq -r .body | tr -d '\r' > CHANGELOG
|
curl -s https://api.github.com/repos/amnezia-vpn/amnezia-client/releases/tags/$VERSION | jq -r .body | tr -d '\r' > CHANGELOG
|
||||||
|
curl -s https://api.github.com/repos/amnezia-vpn/amnezia-client/releases/tags/$VERSION | jq -r .published_at > RELEASE_DATE
|
||||||
|
|
||||||
if [[ $(cat CHANGELOG) = null ]]; then
|
if [[ $(cat CHANGELOG) = null ]]; then
|
||||||
echo '::error::Release does not exists. Exiting with error...'
|
echo '::error::Release does not exists. Exiting with error...'
|
||||||
|
|||||||
Reference in New Issue
Block a user