.gitea/workflows/release.yml aktualisiert
All checks were successful
Build and Release Minecraft Plugin / build (push) Successful in 2m38s
All checks were successful
Build and Release Minecraft Plugin / build (push) Successful in 2m38s
This commit is contained in:
parent
b469378cd3
commit
9e70ee87f5
@ -34,11 +34,7 @@ jobs:
|
||||
with:
|
||||
name: BetterMinecraft-stable.jar
|
||||
path: target/BetterMinecraft-stable.jar
|
||||
|
||||
release:
|
||||
needs: build
|
||||
|
||||
steps:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@ -62,7 +58,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
BetterMinecraft-stable.jar
|
||||
target/BetterMinecraft-stable.jar
|
||||
tag_name: ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
|
||||
release_name: Release ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
|
||||
draft: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user