Skip to content

Commit

Permalink
build(deps): bump LizardByte/create-release-action from 2024.520.2114…
Browse files Browse the repository at this point in the history
…08 to 2024.524.143912 (#2588)

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

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

---
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>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 6d9857b commit 6a88b83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.520.211408
uses: LizardByte/create-release-action@v2024.524.143912
with:
allowUpdates: true
discussionCategory: announcements
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:

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

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.520.211408
uses: LizardByte/create-release-action@v2024.524.143912
with:
allowUpdates: true
discussionCategory: announcements
Expand Down Expand Up @@ -1064,7 +1064,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.520.211408
uses: LizardByte/create-release-action@v2024.524.143912
with:
allowUpdates: true
discussionCategory: announcements
Expand Down

0 comments on commit 6a88b83

Please sign in to comment.