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