12
.github/actions/release/action.yaml
vendored
12
.github/actions/release/action.yaml
vendored
@@ -30,7 +30,7 @@ runs:
|
|||||||
- run: echo "NOW=$(date --iso-8601=seconds)" >> $GITHUB_ENV
|
- run: echo "NOW=$(date --iso-8601=seconds)" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- if: ${{ inputs.development == 'true' }}
|
- if: inputs.development
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: "Development Build for ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
name: "Development Build for ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
||||||
@@ -43,7 +43,7 @@ runs:
|
|||||||
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
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: "Development Build for ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
name: "Development Build for ${{ inputs.version }} (Build #${{ inputs.build_number }})"
|
||||||
@@ -56,7 +56,7 @@ runs:
|
|||||||
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
|
||||||
uses: tsickert/discord-webhook@v6.0.0
|
uses: tsickert/discord-webhook@v6.0.0
|
||||||
with:
|
with:
|
||||||
wait: true
|
wait: true
|
||||||
@@ -73,7 +73,7 @@ runs:
|
|||||||
embed-description: |
|
embed-description: |
|
||||||
*No information provided.*
|
*No information provided.*
|
||||||
|
|
||||||
- if: ${{ inputs.development == 'false' }}
|
- if: !inputs.development
|
||||||
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 }})"
|
||||||
@@ -86,7 +86,7 @@ runs:
|
|||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
token: ${{ inputs.github_token }}
|
token: ${{ inputs.github_token }}
|
||||||
|
|
||||||
- if: ${{ inputs.development == 'false' }}
|
- if: !inputs.development
|
||||||
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 }})"
|
||||||
@@ -99,7 +99,7 @@ runs:
|
|||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
token: ${{ inputs.github_token }}
|
token: ${{ inputs.github_token }}
|
||||||
|
|
||||||
- if: ${{ inputs.development == 'false' }}
|
- if: !inputs.development
|
||||||
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