From 67d4253bed85e0025d2fc20356d1f2131609cf77 Mon Sep 17 00:00:00 2001 From: Mattia Dal Ben Date: Fri, 3 Nov 2023 08:11:59 +0100 Subject: [PATCH] ci(automation): avoid branch name collision on Version Uptick workflow --- .github/workflows/version-uptick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-uptick.yml b/.github/workflows/version-uptick.yml index caafac70ad3..5a2a15c3971 100644 --- a/.github/workflows/version-uptick.yml +++ b/.github/workflows/version-uptick.yml @@ -63,4 +63,4 @@ jobs: title: "chore: automated uptick to ${{ steps.get-version.outputs.version }}" commit-message: "chore: automated uptick to ${{ steps.get-version.outputs.version }}" body: "Automated changes by _Version uptick automation_ action: automated uptick to ${{ steps.get-version.outputs.version }} version" - branch-suffix: short-commit-hash + branch-suffix: timestamp