mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 13:57:46 +01:00
Fix deploy script
This commit is contained in:
parent
413b9fb174
commit
b4bf9f5fe0
@ -13,6 +13,7 @@ echo "Commit: $COMMIT"
|
|||||||
echo "Latest tag: $TAG"
|
echo "Latest tag: $TAG"
|
||||||
|
|
||||||
gh release edit --prerelease=false "$TAG"
|
gh release edit --prerelease=false "$TAG"
|
||||||
|
gh release edit --latest=true "$TAG"
|
||||||
|
|
||||||
if [ "$DEPLOY_KEY" != "" ]; then
|
if [ "$DEPLOY_KEY" != "" ]; then
|
||||||
mkdir -p $HOME/.ssh
|
mkdir -p $HOME/.ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user