mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 07:58:58 +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"
|
||||
|
||||
gh release edit --prerelease=false "$TAG"
|
||||
gh release edit --latest=true "$TAG"
|
||||
|
||||
if [ "$DEPLOY_KEY" != "" ]; then
|
||||
mkdir -p $HOME/.ssh
|
||||
|
Loading…
Reference in New Issue
Block a user