From 1f689cba48b26e09a82d9181299cbd85dd95083d Mon Sep 17 00:00:00 2001 From: Mihails Delmans Date: Wed, 8 Jan 2025 15:13:15 +0000 Subject: [PATCH] Fix fake bug 6 --- .github/workflows/release.yml | 2 +- features.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 919fe78..c7535a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: develop_branch: "fake_develop" main_branch: "fake_main" version: ${{ inputs.version }} - version_increment: ${{ contains(github.head_ref, 'refs/heads/hotfix/') && 'patch' || '' }} + version_increment: ${{ contains(github.head_ref, 'hotfix/') && 'patch' || '' }} dry_run: ${{ inputs.dry_run }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/features.md b/features.md index e3418fb..e6632e3 100644 --- a/features.md +++ b/features.md @@ -6,3 +6,4 @@ # Hotfix 3 # Hotfix 4 # Hotfix 5 +# Hotfix 6