Skip to content

Commit

Permalink
Update pr-version-bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Sep 26, 2024
1 parent 4770a4b commit 947685c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: git fetch --tags --force

- name: Fetch tags from main
id: get_latest_tag
run: |
git fetch origin main --tags
latest_tag=$(git describe --tags --abbrev=0 origin/main)
Expand Down

0 comments on commit 947685c

Please sign in to comment.