Skip to content

Commit 68e2c05

Browse files
committed
Update Bot: push commits and tags
1 parent 1327b8a commit 68e2c05

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/update-icons.nu

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ let has_changes = (git diff --cached --name-only | str length) > 0
4747
if $has_changes {
4848
git commit -m "🔄 Update Icon Collection"
4949
git tag (increment-version (git describe --tags --abbrev=0))
50-
git push --follow-tags
51-
50+
git push origin master --tags
5251
source create-release.nu
5352
} else {
5453
print "No changes to commit"

0 commit comments

Comments
 (0)