mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 08:18:59 +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
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
tests/deploy.sh
|
tests/deploy.sh
|
@ -9,8 +9,7 @@ echo "Branch: $BRANCH"
|
|||||||
echo "Commit: $COMMIT"
|
echo "Commit: $COMMIT"
|
||||||
echo "Latest tag: $TAG"
|
echo "Latest tag: $TAG"
|
||||||
|
|
||||||
# Clean up
|
gh release edit --prerelease=false "$TAG"
|
||||||
madelinePath=$PWD
|
|
||||||
|
|
||||||
if [ "$SSH_KEY" != "" ]; then
|
if [ "$SSH_KEY" != "" ]; then
|
||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
|
Loading…
Reference in New Issue
Block a user