Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 4fad1a3

Browse files
build(deps): bump LizardByte/create-release-action from 2024.609.5014 to 2024.611.132610 (#413)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a2b05d commit 4fad1a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Create/Update GitHub Release
9292
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
93-
uses: LizardByte/create-release-action@v2024.609.5014
93+
uses: LizardByte/create-release-action@v2024.611.132610
9494
with:
9595
allowUpdates: true
9696
body: ${{ needs.setup_release.outputs.release_body }}

.github/workflows/ci-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362

363363
- name: Create/Update GitHub Release
364364
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
365-
uses: LizardByte/create-release-action@v2024.609.5014
365+
uses: LizardByte/create-release-action@v2024.611.132610
366366
with:
367367
allowUpdates: true
368368
artifacts: "*artifacts/*"

0 commit comments

Comments
 (0)