From 64f205f36815e10106ad37ebf23256b374375bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:31:32 +0000 Subject: [PATCH 1/2] build(deps): bump LizardByte/create-release-action Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.611.132610 to 2024.919.143026. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.611.132610...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] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d76565e..a79ede9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Create Release id: action - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.919.143026 with: allowUpdates: false artifacts: '' From 5246b457da175e857ef729869b4a6e5423226568 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:34:37 -0400 Subject: [PATCH 2/2] fix: remove unused input --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a79ede9..21a9204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,6 @@ jobs: allowUpdates: false 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