mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-04-10 06:44:14 +00:00
build(deps): bump LizardByte/create-release-action from 2024.611.132610 to 2024.614.221009 (#2693)
build(deps): bump LizardByte/create-release-action Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.611.132610 to 2024.614.221009. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.611.132610...v2024.614.221009) --- updated-dependencies: - dependency-name: LizardByte/create-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ac01996d0a
commit
b82b4818a1
10
.github/workflows/CI.yml
vendored
10
.github/workflows/CI.yml
vendored
@ -180,7 +180,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.611.132610
|
uses: LizardByte/create-release-action@v2024.614.221009
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
@ -466,7 +466,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.611.132610
|
uses: LizardByte/create-release-action@v2024.614.221009
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
@ -577,7 +577,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
matrix.release &&
|
matrix.release &&
|
||||||
needs.setup_release.outputs.publish_release == 'true'
|
needs.setup_release.outputs.publish_release == 'true'
|
||||||
uses: LizardByte/create-release-action@v2024.611.132610
|
uses: LizardByte/create-release-action@v2024.614.221009
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: '${{ github.workspace }}/homebrew/*'
|
artifacts: '${{ github.workspace }}/homebrew/*'
|
||||||
@ -830,7 +830,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.611.132610
|
uses: LizardByte/create-release-action@v2024.614.221009
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
@ -1098,7 +1098,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.611.132610
|
uses: LizardByte/create-release-action@v2024.614.221009
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
|
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
@ -362,7 +362,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.611.132610
|
uses: LizardByte/create-release-action@v2024.614.221009
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: "*artifacts/*"
|
artifacts: "*artifacts/*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user