From db6bec0d9b73247dafc90eeb058c23270bba37a3 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 26 Jan 2024 19:19:58 +0100 Subject: [PATCH] Autorelease --- .github/workflows/release.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..4077354 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,19 @@ +name: Main + +on: push + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: | + bot.json + core.json + v2.json + v3.json + v4.json