From af46f6a042ddc3ba7584015a9062373261ba4132 Mon Sep 17 00:00:00 2001 From: "Dest.Com" <37459465+DestroyCom@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:26:32 +0200 Subject: [PATCH] fix: ci refs --- .github/workflows/create_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index 5a0ab74..a3ba830 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - ref: prod + ref: release fetch-depth: 0 - name: Get last commit message id: commit_message