mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:18:58 +01:00
Automatically edit release
This commit is contained in:
parent
4c4619d167
commit
c6fdc4833d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -58,5 +58,6 @@ jobs:
|
||||
- name: Deploy
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
tests/deploy.sh
|
@ -9,8 +9,7 @@ echo "Branch: $BRANCH"
|
||||
echo "Commit: $COMMIT"
|
||||
echo "Latest tag: $TAG"
|
||||
|
||||
# Clean up
|
||||
madelinePath=$PWD
|
||||
gh release edit --prerelease=false "$TAG"
|
||||
|
||||
if [ "$SSH_KEY" != "" ]; then
|
||||
eval "$(ssh-agent -s)"
|
||||
|
Loading…
Reference in New Issue
Block a user