Skip to content

Commit

Permalink
fix: fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Aug 27, 2024
1 parent 34b2cc1 commit 0674fa5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ jobs:
- name: Check commit message
id: check_commit_message
run: |
git rev-parse HEAD
git branch -r
git fetch origin
git branch -r
git fetch origin --tags
output=$(make commit-check)
Expand Down

0 comments on commit 0674fa5

Please sign in to comment.