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

Commit b065e44

Browse files
build(deps): bump LizardByte/create-release-action
Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2023.1128.2625 to 2023.1210.832. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2023.1128.2625...v2023.1210.832) --- 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>
1 parent ca93d42 commit b065e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Create/Update GitHub Release
112112
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
113-
uses: LizardByte/create-release-action@v2023.1128.2625
113+
uses: LizardByte/create-release-action@v2023.1210.832
114114
with:
115115
allowUpdates: true
116116
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@v2023.1128.2625
376+
uses: LizardByte/create-release-action@v2023.1210.832
377377
with:
378378
allowUpdates: true
379379
artifacts: "*artifacts/*"

0 commit comments

Comments
 (0)