Skip to content

Commit

Permalink
feat: CE-882 test (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk authored Sep 26, 2024
1 parent c005d5c commit 44b2f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Fetch all tags
run: git fetch --tags --force

- name: Get Latest Tag
id: get_latest_tag
- name: Fetch tags from main
run: |
latest_tag=$(git describe --tags --abbrev=0 || echo "v0.0.0")
git fetch origin main --tags
latest_tag=$(git describe --tags --abbrev=0 origin/main)
echo "::set-output name=latest_tag::$latest_tag"
echo "Latest tag: $latest_tag"
Expand Down

0 comments on commit 44b2f84

Please sign in to comment.