Skip to content

Commit

Permalink
increase generate limit to 500 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailkarsli committed Jan 18, 2025
1 parent d1c0ae5 commit 466195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git push
# generate tags
TAGS=$(git -C ./lemmy-js-client for-each-ref refs/tags --sort=-committerdate --format='%(refname:short)' --count=10)
TAGS=$(git -C ./lemmy-js-client for-each-ref refs/tags --sort=-committerdate --format='%(refname:short)' --count=500)
for tag in $TAGS; do
if [ $(git tag -l $tag) ]; then
echo "Tag $tag already exists"
Expand Down

0 comments on commit 466195e

Please sign in to comment.