build(deps): bump LizardByte/create-release-action from 2024.524.143912 to 2024.608.160245 (#2647)

build(deps): bump LizardByte/create-release-action

Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.524.143912 to 2024.608.160245.
- [Release notes](https://github.com/lizardbyte/create-release-action/releases)
- [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.524.143912...v2024.608.160245)

---
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:
dependabot[bot] 2024-06-08 12:54:15 -04:00 committed by GitHub
parent add77d22d0
commit cd5c9ae33f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -178,7 +178,7 @@ jobs:
- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
with:
allowUpdates: true
discussionCategory: announcements
@ -468,7 +468,7 @@ jobs:
- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
with:
allowUpdates: true
discussionCategory: announcements
@ -566,7 +566,7 @@ jobs:
if: >-
matrix.release &&
needs.setup_release.outputs.publish_release == 'true'
uses: LizardByte/create-release-action@v2024.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
with:
allowUpdates: true
artifacts: '${{ github.workspace }}/homebrew/*'
@ -807,7 +807,7 @@ jobs:
- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
with:
allowUpdates: true
discussionCategory: announcements
@ -1075,7 +1075,7 @@ jobs:
- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
with:
allowUpdates: true
discussionCategory: announcements

View File

@ -360,7 +360,7 @@ jobs:
- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
uses: LizardByte/create-release-action@v2024.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
with:
allowUpdates: true
artifacts: "*artifacts/*"