Skip to content

Commit

Permalink
Merge pull request #31 from cbdq-io/hotfix/0.2.2
Browse files Browse the repository at this point in the history
fix: dev: Repair Git Flow pipeline.
  • Loading branch information
dallinb authored Jan 6, 2025
2 parents 8e313e2 + 8983b8d commit e425a09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gitflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Install Python Requirements
run: pip install -r requirements.txt gitchangelog pystache

- name: Retrieve Release Candidate Name
id: version
run: echo "RELEASE_CANDIDATE_TAG=$( make tag )" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e425a09

Please sign in to comment.