From b509e759ad134070f0c231bb0bef1ef2b0b5b3a5 Mon Sep 17 00:00:00 2001 From: SARDONYX-sard <68905624+SARDONYX-sard@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:12:19 +0900 Subject: [PATCH] ci(dev): attempt recreate tag ci --- .github/workflows/dev-release-cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-release-cli.yaml b/.github/workflows/dev-release-cli.yaml index ea7ebfe..02f7e31 100644 --- a/.github/workflows/dev-release-cli.yaml +++ b/.github/workflows/dev-release-cli.yaml @@ -39,7 +39,7 @@ jobs: git config user.name 'github-actions[bot]' git config user.email 'github-actions[bot]@users.noreply.github.com' git tag "development" -m "Development version" --force - git git push origin development + git push origin development - name: Install stable toolchain uses: actions-rs/toolchain@v1