Skip to content

Commit

Permalink
New translations (triggers auto tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 14, 2024
1 parent 902b0ab commit e403214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Tag new version
run: |
BASE_VERSION="2.20"
BASE_VERSION="2.21"
PREVIOUS_TAG=$(git tag --list | awk -v s="$BASE_VERSION." 'index($0, s) == 1' | sort -r --version-sort | head -n1)
echo "Previous tag is $PREVIOUS_TAG"
Expand Down

0 comments on commit e403214

Please sign in to comment.