This commit is contained in:
Lee 2023-11-17 15:45:49 +00:00
parent fce56d349f
commit a98cc7bb3e

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