Skip to content

Commit

Permalink
Merge pull request #9 from nsarlin-zama/rebase_version_on_main
Browse files Browse the repository at this point in the history
test fetch
  • Loading branch information
nsarlin-zama authored Oct 8, 2024
2 parents c61b25a + 6f6eeed commit d490249
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 d490249

Please sign in to comment.