1
0
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:
Github Actions 2023-01-20 20:21:10 +01:00
parent 413b9fb174
commit b4bf9f5fe0

View File

@ -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