14
.github/actions/release/action.yaml
vendored
14
.github/actions/release/action.yaml
vendored
@@ -38,7 +38,7 @@ runs:
|
|||||||
make_latest: false
|
make_latest: false
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
tag_name: build/${{ inputs.version }}/${{ inputs.build_number }}
|
tag_name: build/${{ inputs.version }}/${{ inputs.build_number }}
|
||||||
target_commitish: dev/${{ inputs.branch }}
|
target_commitish: dev/${{ inputs.version }}
|
||||||
files: build/libs/*.jar
|
files: build/libs/*.jar
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
token: ${{ inputs.github_token }}
|
token: ${{ inputs.github_token }}
|
||||||
@@ -51,7 +51,7 @@ runs:
|
|||||||
make_latest: false
|
make_latest: false
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
tag_name: build/${{ inputs.version }}/latest
|
tag_name: build/${{ inputs.version }}/latest
|
||||||
target_commitish: dev/${{ inputs.branch }}
|
target_commitish: dev/${{ inputs.version }}
|
||||||
files: build/libs/*.jar
|
files: build/libs/*.jar
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
token: ${{ inputs.github_token }}
|
token: ${{ inputs.github_token }}
|
||||||
@@ -73,7 +73,7 @@ runs:
|
|||||||
embed-description: |
|
embed-description: |
|
||||||
*No information provided.*
|
*No information provided.*
|
||||||
|
|
||||||
- if: ${{ inputs.development != 'true' }}
|
- if: ${{ inputs.development == 'false' }}
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
||||||
@@ -81,12 +81,12 @@ runs:
|
|||||||
make_latest: false
|
make_latest: false
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
tag_name: build/${{ inputs.version }}/${{ inputs.build_number }}
|
tag_name: build/${{ inputs.version }}/${{ inputs.build_number }}
|
||||||
target_commitish: ver/${{ inputs.branch }}
|
target_commitish: ver/${{ inputs.version }}
|
||||||
files: build/libs/*.jar
|
files: build/libs/*.jar
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
token: ${{ inputs.github_token }}
|
token: ${{ inputs.github_token }}
|
||||||
|
|
||||||
- if: ${{ inputs.development != 'true' }}
|
- if: ${{ inputs.development == 'false' }}
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
name: "Plazma ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
||||||
@@ -94,12 +94,12 @@ runs:
|
|||||||
make_latest: true
|
make_latest: true
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
tag_name: build/${{ inputs.version }}/latest
|
tag_name: build/${{ inputs.version }}/latest
|
||||||
target_commitish: ver/${{ inputs.branch }}
|
target_commitish: ver/${{ inputs.version }}
|
||||||
files: build/libs/*.jar
|
files: build/libs/*.jar
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
token: ${{ inputs.github_token }}
|
token: ${{ inputs.github_token }}
|
||||||
|
|
||||||
- if: ${{ inputs.development != 'true' }}
|
- if: ${{ inputs.development == 'false' }}
|
||||||
uses: tsickert/discord-webhook@v6.0.0
|
uses: tsickert/discord-webhook@v6.0.0
|
||||||
with:
|
with:
|
||||||
wait: true
|
wait: true
|
||||||
|
|||||||
Reference in New Issue
Block a user