Skip to content

Commit a094db6

Browse files
authored
Merge pull request #15 from Colorifix/hotfix/fake_hotfix_5
Fixed: fake bug 5
2 parents d8d3994 + 6d02ef1 commit a094db6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- name: Print github ref
26-
run: echo "$GITHUB_REF"
2725
- name: Gitflow action
2826
uses: hoangvvo/gitflow-workflow-action@0.3.7
2927
with:
3028
develop_branch: "fake_develop"
3129
main_branch: "fake_main"
3230
version: ${{ inputs.version }}
33-
version_increment: ${{ contains(github.ref, 'refs/heads/hotfix/') && 'patch' || '' }}
31+
version_increment: ${{ contains(github.head_ref, 'refs/heads/hotfix/') && 'patch' || '' }}
3432
dry_run: ${{ inputs.dry_run }}
3533
env:
3634
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
# Hotfix 2
66
# Hotfix 3
77
# Hotfix 4
8+
# Hotfix 5

0 commit comments

Comments
 (0)