Compare commits

...

2 Commits

Author SHA1 Message Date
2879109f59 .gitea/workflows/test.yml aktualisiert 2024-12-27 04:26:14 +01:00
50477bbace .gitea/workflows/release.yml aktualisiert 2024-12-27 04:25:10 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@ name: Build and Release Minecraft Plugin
on: on:
push: push:
branches: branches:
- testing - Resting
jobs: jobs:
build-and-release: build-and-release:
runs-on: self-hosted
steps: steps:
# Repository auschecken # Repository auschecken
@ -58,4 +57,4 @@ jobs:
tag_name: ${{ env.PLUGIN_VERSION }} tag_name: ${{ env.PLUGIN_VERSION }}
release_name: Release ${{ env.PLUGIN_VERSION }} release_name: Release ${{ env.PLUGIN_VERSION }}
draft: false draft: false
prerelease: true prerelease: false