mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 06:19:37 +00:00
8 lines
110 B
Text
8 lines
110 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git pull --ff-only origin main
|
||
|
git tag -f extension-cli
|
||
|
git push -f origin extension-cli
|