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

Commit 8a16f1b

Browse files
build(deps): bump LizardByte/create-release-action from 2024.614.221009 to 2024.919.143026 (#601)
* build(deps): bump LizardByte/create-release-action Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.614.221009 to 2024.919.143026. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2024.614.221009...v2024.919.143026) --- 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]> * fix: remove unused input * fix: remove unused input --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <[email protected]>
1 parent 0e4235e commit 8a16f1b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/CI.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,10 @@ jobs:
121121

122122
- name: Create/Update GitHub Release
123123
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
124-
uses: LizardByte/create-release-action@v2024.614.221009
124+
uses: LizardByte/create-release-action@v2024.919.143026
125125
with:
126126
allowUpdates: true
127127
body: ${{ needs.setup_release.outputs.release_body }}
128-
discussionCategory: announcements
129128
generateReleaseNotes: ${{ needs.setup_release.outputs.release_generate_release_notes }}
130129
name: ${{ needs.setup_release.outputs.release_tag }}
131130
prerelease: true

.github/workflows/ci-docker.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,11 @@ 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.614.221009
365+
uses: LizardByte/create-release-action@v2024.919.143026
366366
with:
367367
allowUpdates: true
368368
artifacts: "*artifacts/*"
369369
body: ${{ needs.setup_release.outputs.release_body }}
370-
discussionCategory: announcements
371370
generateReleaseNotes: ${{ needs.setup_release.outputs.release_generate_release_notes }}
372371
name: ${{ needs.setup_release.outputs.release_tag }}
373372
prerelease: true

0 commit comments

Comments
 (0)