Skip to content

Commit d3c3f35

Browse files
committed
fix: Homebrew tap repository owner
1 parent 0ec3148 commit d3c3f35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ homebrew_casks:
3838
ids: [script]
3939
binary: docker-pussh
4040
repository:
41-
owner: psviderksi
41+
owner: psviderski
4242
name: homebrew-tap
4343
homepage: https://github.com/psviderski/unregistry
4444
description: "Upload Docker images to remote servers via SSH without an external registry."

scripts/release-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ if [ "$EXECUTE" = "1" ]; then
5353
git add -u
5454
git commit -m "${COMMIT_MESSAGE}"
5555
git tag "${TAG_NAME}"
56+
git push origin main "${TAG_NAME}"
5657
echo "Version bumped to ${NEW_VERSION} and git tag ${TAG_NAME} created."
5758
## TODO: uncomment after some manual testing
5859
# goreleaser release --clean

0 commit comments

Comments
 (0)