Update action.yaml

Signed-off-by: Alpha <dev@alpha93.kr>
This commit is contained in:
Alpha
2024-11-04 02:06:10 +09:00
committed by GitHub
parent 6cb0532a35
commit 0d9e547f33

View File

@@ -71,12 +71,19 @@ runs:
embed-title: "The new Plazma ${{ inputs.version }} development build is available!"
embed-color: 15424410
embed-description: |
*No information provided.*
## **Plazma ${{ inputs.version }} — Build #${{ inputs.build_number }}**
> :warning: **Warning!**
The development version is not guaranteed to be stable, and may contain many bugs. Go through enough testing after backup before update.
**Never use it in production. You are responsible for all problems that arise from use in production.**
-# All features included in the development version are subject to change.
Download at: **[:github: GitHub](<https://github.com/PlazmaMC/PlazmaBukkit/releases/tag/build/${{ inputs.version }}/${{ inputs.build_number }}>) | [:plazma: Docsportal](<https://plazmamc.org/downloads>)**
- if: ${{ !inputs.development }}
uses: softprops/action-gh-release@v2
with:
name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})"
name: "Plazma ${{ inputs.version }} Build #${{ inputs.build_number }}"
prerelease: false
make_latest: false
generate_release_notes: true
@@ -89,7 +96,7 @@ runs:
- if: ${{ !inputs.development }}
uses: softprops/action-gh-release@v2
with:
name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})"
name: "Plazma ${{ inputs.version }} Build #${{ inputs.build_number }}"
prerelease: false
make_latest: true
generate_release_notes: true
@@ -114,4 +121,6 @@ runs:
embed-title: "The new Plazma ${{ inputs.version }} build is available!"
embed-color: 15424410
embed-description: |
*No information provided.*
## **Plazma ${{ inputs.version }} — Build #${{ inputs.build_number }}**
Download at: **[:github: GitHub](<https://github.com/PlazmaMC/PlazmaBukkit/releases/tag/build/${{ inputs.version }}/${{ inputs.build_number }}>) | [:plazma: Docsportal](<https://plazmamc.org/downloads>)**