From 779285ea93aaddf312a5c624f5fefc4858be0e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 07:42:37 +0000 Subject: [PATCH] Bump tshion/can-create-release from 0.1.1 to 0.1.2 Bumps [tshion/can-create-release](https://github.com/tshion/can-create-release) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/tshion/can-create-release/releases) - [Changelog](https://github.com/tshion/can-create-release/blob/develop/can-create-release.bash) - [Commits](https://github.com/tshion/can-create-release/compare/0.1.1...0.1.2) --- updated-dependencies: - dependency-name: tshion/can-create-release dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12ca23c..28111a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: echo "version=${version}" >> "$GITHUB_OUTPUT" # https://github.com/tshion/can-create-release - - uses: tshion/can-create-release@0.1.1 + - uses: tshion/can-create-release@0.1.2 with: tag: ${{ steps.meta.outputs.version }}