We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8d3994 + 6d02ef1 commit a094db6Copy full SHA for a094db6
2 files changed
.github/workflows/release.yml
@@ -22,15 +22,13 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - name: Print github ref
26
- run: echo "$GITHUB_REF"
27
- name: Gitflow action
28
uses: hoangvvo/gitflow-workflow-action@0.3.7
29
with:
30
develop_branch: "fake_develop"
31
main_branch: "fake_main"
32
version: ${{ inputs.version }}
33
- version_increment: ${{ contains(github.ref, 'refs/heads/hotfix/') && 'patch' || '' }}
+ version_increment: ${{ contains(github.head_ref, 'refs/heads/hotfix/') && 'patch' || '' }}
34
dry_run: ${{ inputs.dry_run }}
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
features.md
@@ -5,3 +5,4 @@
5
# Hotfix 2
6
# Hotfix 3
7
# Hotfix 4
8
+# Hotfix 5
0 commit comments