Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit a81a202

Browse files
committed
fix(): removed goreleaser
1 parent 47744ed commit a81a202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Create and push tag"
1919
run: |
2020
go install github.com/caarlos0/svu@latest
21-
git tag svu next
21+
git tag svu
2222
git push --tags
2323
2424
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)