From d52d02a5223d059f936652c20bee749b8992d296 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Wed, 12 Jun 2024 16:29:15 +0200 Subject: [PATCH] ping people for successful releases, have there be force pushing on release --- .forgejo/workflows/build-client.yml | 2 +- .forgejo/workflows/build-loader.yml | 2 +- scripts/release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build-client.yml b/.forgejo/workflows/build-client.yml index 4f8d54d..0552271 100644 --- a/.forgejo/workflows/build-client.yml +++ b/.forgejo/workflows/build-client.yml @@ -73,5 +73,5 @@ jobs: run: bash scripts/push_file.sh Client/build/proguard/BaseBand-Broadway.jar 3849 - name: Notify Action Completion if: always() - run: bash scripts/webhook.sh "**(Client)** Build Action Completed" + run: bash scripts/webhook.sh "**(Client)** Build Action Completed <@&1250456258629341284>" diff --git a/.forgejo/workflows/build-loader.yml b/.forgejo/workflows/build-loader.yml index c4b10b4..ca8351a 100644 --- a/.forgejo/workflows/build-loader.yml +++ b/.forgejo/workflows/build-loader.yml @@ -49,4 +49,4 @@ jobs: bash scripts/push_file.sh Loader/build/proguard/BaseBand-Loader.jar - name: Notify Action Completion if: always() - run: bash scripts/webhook.sh "**(Loader)** Build Action Completed" + run: bash scripts/webhook.sh "**(Loader)** Build Action Completed <@&1250456258629341284>" diff --git a/scripts/release.sh b/scripts/release.sh index d8bf382..bfac02c 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -7,5 +7,5 @@ fi git push "$@" git checkout release git reset --hard main -git push "$@" +git push -f git checkout main \ No newline at end of file