From f2d1d338c9f90d54d32f30447c87a83c44a3ed53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:13:21 -0500 Subject: [PATCH] build(deps): bump LizardByte/create-release-action (#232) 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](https://github.com/lizardbyte/create-release-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-docker.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 9414b21..ff566fa 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -354,7 +354,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }} - uses: LizardByte/create-release-action@v2023.1128.2625 + uses: LizardByte/create-release-action@v2023.1210.832 with: allowUpdates: true artifacts: "*artifacts/*" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca3ba5..ed686a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: if: >- (github.event_name == 'push' && github.ref == 'refs/heads/master') && steps.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2023.1128.2625 + uses: LizardByte/create-release-action@v2023.1210.832 with: allowUpdates: true artifacts: ""