mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +00:00
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
git tag -d continuous
|
|
git tag continuous
|
|
git push origin continuous
|