We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1327b8a commit 68e2c05Copy full SHA for 68e2c05
1 file changed
.github/update-icons.nu
@@ -47,8 +47,7 @@ let has_changes = (git diff --cached --name-only | str length) > 0
47
if $has_changes {
48
git commit -m "🔄 Update Icon Collection"
49
git tag (increment-version (git describe --tags --abbrev=0))
50
- git push --follow-tags
51
-
+ git push origin master --tags
52
source create-release.nu
53
} else {
54
print "No changes to commit"
0 commit comments