From a98cc7bb3efe069ac8c471bfc7308060ca6bb448 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 17 Nov 2023 15:45:49 +0000 Subject: [PATCH] workflow --- .gitea/workflows/publish.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/publish.yml diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml new file mode 100644 index 0000000..9e2c3fd --- /dev/null +++ b/.gitea/workflows/publish.yml @@ -0,0 +1,19 @@ +name: release + +on: + push: + tags: + - "master" + +jobs: + release: + runs-on: ubuntu-latest + steps: + - name: Release Modpack + uses: https://gitea.com/actions/release-action@main + with: + files: |- + instance.cfg + mmc-pack.json + .minecraft/mods + api_key: "${{secrets.RELEASE_TOKEN}}"