Skip to content

Commit

Permalink
Merge pull request #10 from nsarlin-zama/rebase_version_on_main
Browse files Browse the repository at this point in the history
new test
  • Loading branch information
nsarlin-zama authored Oct 8, 2024
2 parents d490249 + fdedb9f commit 47c1260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get branch for the latest version
run: |
echo hello
git fetch --all --prune
git fetch --all
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 47c1260

Please sign in to comment.