Skip to content

Commit

Permalink
build(deps): bump LizardByte/create-release-action from 2024.524.1439…
Browse files Browse the repository at this point in the history
…12 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](LizardByte/create-release-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2024
1 parent add77d2 commit cd5c9ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
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.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
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.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
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.524.143912
uses: LizardByte/create-release-action@v2024.608.160245
with:
allowUpdates: true
discussionCategory: announcements
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down

0 comments on commit cd5c9ae

Please sign in to comment.