From 12beb03ccdd806a5966e381e4c68d6b2182aaa9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:15:06 -0400 Subject: [PATCH] build(deps): bump LizardByte/create-release-action from 2024.614.221009 to 2024.919.143026 (#70) * 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](https://github.com/lizardbyte/create-release-action/compare/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] * fix: remove unused input --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 027721c..e573397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,11 @@ jobs: if: >- (github.event_name == 'push' && github.ref == 'refs/heads/master') && steps.setup-release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2024.614.221009 + uses: LizardByte/create-release-action@v2024.919.143026 with: allowUpdates: true artifacts: '' body: ${{ steps.setup-release.outputs.release_body }} - discussionCategory: announcements generateReleaseNotes: ${{ steps.setup-release.outputs.release_generate_release_notes }} name: ${{ steps.setup-release.outputs.release_tag }} prerelease: true