Skip to content

Commit

Permalink
test fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Oct 8, 2024
1 parent fbda127 commit 6f6eeed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Get branch for the latest version
run: |
echo hello
git fetch --all --prune
echo $(git for-each-ref --format='%(refname:short)' refs/heads)
echo $(git for-each-ref --format='%(refname:short)' refs/heads | grep -Po '^v\d.\d(.\d)?$')
echo $(git for-each-ref --format='%(refname:short)' refs/heads | grep -Po '^v\d.\d(.\d)?$' | sort -V | tail -n 1)
Expand Down

0 comments on commit 6f6eeed

Please sign in to comment.