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