workflow
This commit is contained in:
parent
fce56d349f
commit
a98cc7bb3e
19
.gitea/workflows/publish.yml
Normal file
19
.gitea/workflows/publish.yml
Normal file
@ -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}}"
|
Loading…
Reference in New Issue
Block a user