Skip to content

Commit

Permalink
Merge pull request #2 from ahasunos/ci/configure-gh-workflows
Browse files Browse the repository at this point in the history
ci: fix version bumper as it is failing to require semantic gem
  • Loading branch information
ahasunos authored Sep 8, 2024
2 parents 65a3ad1 + 1540be8 commit 374e55d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install jq
run: sudo apt-get install jq

- name: Install Dependencies
run: bundle install

- name: Get Pull Request Labels
id: get_labels
run: |
Expand Down

0 comments on commit 374e55d

Please sign in to comment.