mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git pull --ff-only origin main
|
||
|
git tag -f extension-cli
|
||
|
git push -f origin extension-cli
|