mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
fix: (again) release versioning
This commit is contained in:
parent
915b84d85f
commit
6b86491ed7
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@
|
|||
sed -i "s|vendorHash = \".*\"|vendorHash = \"$(nix hash path ./vendor)\"|g" default.nix
|
||||
git add default.nix main.go README.md
|
||||
git commit -m "bump release version" --allow-empty
|
||||
git tag v$NEW_TAG
|
||||
git tag $NEW_TAG
|
||||
git push
|
||||
git push --tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue