Skip to content

Commit 1ac8676

Browse files
build(deps): bump LizardByte/create-release-action (#328)
Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.511.153520 to 2024.516.190229. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2024.511.153520...v2024.516.190229) --- 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>
1 parent dd25f7d commit 1ac8676

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Create/Update GitHub Release
101101
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
102-
uses: LizardByte/create-release-action@v2024.511.153520
102+
uses: LizardByte/create-release-action@v2024.516.190229
103103
with:
104104
allowUpdates: true
105105
body: ''

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373

374374
- name: Create/Update GitHub Release
375375
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
376-
uses: LizardByte/create-release-action@v2024.511.153520
376+
uses: LizardByte/create-release-action@v2024.516.190229
377377
with:
378378
allowUpdates: true
379379
artifacts: "*artifacts/*"

0 commit comments

Comments
 (0)