.gitea/workflows/release.yml aktualisiert
This commit is contained in:
parent
12813cdc13
commit
50477bbace
@ -3,11 +3,10 @@ name: Build and Release Minecraft Plugin
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- testing
|
||||
- Resting
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
# Repository auschecken
|
||||
@ -58,4 +57,4 @@ jobs:
|
||||
tag_name: ${{ env.PLUGIN_VERSION }}
|
||||
release_name: Release ${{ env.PLUGIN_VERSION }}
|
||||
draft: false
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user