From e4e7f0532acf3b7b83bc5c52212d6a9517e9d1fb Mon Sep 17 00:00:00 2001 From: Mihails Delmans Date: Wed, 8 Jan 2025 15:01:50 +0000 Subject: [PATCH] Fix fake bug 3 --- .github/workflows/release.yml | 2 ++ features.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abe565e..c9ff3d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ jobs: runs-on: ubuntu-latest steps: + - name: Print github ref + run: echo "$GITHUB_REF" - name: Gitflow action uses: hoangvvo/gitflow-workflow-action@0.3.7 with: diff --git a/features.md b/features.md index 2f7b546..9f0a744 100644 --- a/features.md +++ b/features.md @@ -3,3 +3,4 @@ # Hotfix 1 # Feature 5 # Hotfix 2 +# Hotfix 3