Merge pull request 'fixed naming issues' (#19) from main into Release
Some checks failed
Build and Release Minecraft Plugin / build (push) Failing after 3m37s
Build and Release Minecraft Plugin / release (push) Successful in 12s

Reviewed-on: #19
This commit is contained in:
Steev 2023-10-03 19:58:25 +02:00
commit 099431df0f
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: plugin-jar
path: target/BetterMinecraft.jar
path: target/BetterMinecraft-stable.jar
release:
needs: build
@ -62,7 +62,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
target/BetterMinecraft.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

View File

@ -6,7 +6,7 @@
<groupId>de.steev.bm</groupId>
<artifactId>BetterMinecraft</artifactId>
<version>1.1.1</version>
<version>stable</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>