Skip to content

Commit

Permalink
build(deps): bump LizardByte/create-release-action from 2024.609.5014…
Browse files Browse the repository at this point in the history
… to 2024.611.132610 (#2676)

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

Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.609.5014 to 2024.611.132610.
- [Release notes](https://github.com/lizardbyte/create-release-action/releases)
- [Commits](LizardByte/create-release-action@v2024.609.5014...v2024.611.132610)

---
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 Jun 12, 2024
1 parent 02ddbef commit 8c04350
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 @@ -180,7 +180,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.609.5014
uses: LizardByte/create-release-action@v2024.611.132610
with:
allowUpdates: true
body: ${{ needs.setup_release.outputs.release_body }}
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.609.5014
uses: LizardByte/create-release-action@v2024.611.132610
with:
allowUpdates: true
body: ${{ needs.setup_release.outputs.release_body }}
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
if: >-
matrix.release &&
needs.setup_release.outputs.publish_release == 'true'
uses: LizardByte/create-release-action@v2024.609.5014
uses: LizardByte/create-release-action@v2024.611.132610
with:
allowUpdates: true
artifacts: '${{ github.workspace }}/homebrew/*'
Expand Down Expand Up @@ -835,7 +835,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.609.5014
uses: LizardByte/create-release-action@v2024.611.132610
with:
allowUpdates: true
body: ${{ needs.setup_release.outputs.release_body }}
Expand Down Expand Up @@ -1104,7 +1104,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.609.5014
uses: LizardByte/create-release-action@v2024.611.132610
with:
allowUpdates: true
body: ${{ needs.setup_release.outputs.release_body }}
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 @@ -362,7 +362,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.609.5014
uses: LizardByte/create-release-action@v2024.611.132610
with:
allowUpdates: true
artifacts: "*artifacts/*"
Expand Down

0 comments on commit 8c04350

Please sign in to comment.