Skip to content

Commit

Permalink
feat: CE-882 test (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk authored Sep 26, 2024
1 parent 44b2f84 commit 08d19a3
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 @@ -15,6 +15,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 08d19a3

Please sign in to comment.