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}}"