Skip to content

Commit 389d41a

Browse files
build(deps): bump LizardByte/create-release-action (#239)
Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2023.1210.832 to 2023.1219.224026. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2023.1210.832...v2023.1219.224026) --- 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 a77896a commit 389d41a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

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

355355
- name: Create/Update GitHub Release
356356
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
357-
uses: LizardByte/create-release-action@v2023.1210.832
357+
uses: LizardByte/create-release-action@v2023.1219.224026
358358
with:
359359
allowUpdates: true
360360
artifacts: "*artifacts/*"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: >-
2828
(github.event_name == 'push' && github.ref == 'refs/heads/master') &&
2929
steps.setup_release.outputs.publish_release == 'true'
30-
uses: LizardByte/create-release-action@v2023.1210.832
30+
uses: LizardByte/create-release-action@v2023.1219.224026
3131
with:
3232
allowUpdates: true
3333
artifacts: ""

0 commit comments

Comments
 (0)