nandi/cosmicnimpublic Fork 0
2bd2bc6
Commits
Clone
git clone https://git.rickub.com/nandi/cosmicnim.git
git clone ssh://git@rickub.com/nandi/cosmicnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Push tags to the actual remote

The remote is rickub, not origin, so `just tag` would have failed the
same way a plain `git push origin` does here.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandithebull committed 2026-09-20T10:25:27-07:00 Browse files
2bd2bc6 parent: 8dafda6
modified justfile +1 -1
@@ -61,7 +61,7 @@ fetch-url url:
6161 # Cut a release by pushing a tag with git (an API-made tag triggers no CI)
6262 tag version:
6363 git tag -a "{{version}}" -m "{{version}}"
64- git push origin "{{version}}"
64+ git push "$REMOTE" "{{version}}"
6565
6666 clean:
6767 rm -rf cosmic_ffi/target nim/nimcache nim/app
@@ -61,7 +61,7 @@ fetch-url url:
61 # Cut a release by pushing a tag with git (an API-made tag triggers no CI)61 # Cut a release by pushing a tag with git (an API-made tag triggers no CI)
62 tag version:62 tag version:
63 git tag -a "{{version}}" -m "{{version}}"63 git tag -a "{{version}}" -m "{{version}}"
64- git push origin "{{version}}"64+ git push "$REMOTE" "{{version}}"
65 65
66 clean:66 clean:
67 rm -rf cosmic_ffi/target nim/nimcache nim/app67 rm -rf cosmic_ffi/target nim/nimcache nim/app