We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec3148 commit d3c3f35Copy full SHA for d3c3f35
.goreleaser.yaml
@@ -38,7 +38,7 @@ homebrew_casks:
38
ids: [script]
39
binary: docker-pussh
40
repository:
41
- owner: psviderksi
+ owner: psviderski
42
name: homebrew-tap
43
homepage: https://github.com/psviderski/unregistry
44
description: "Upload Docker images to remote servers via SSH without an external registry."
scripts/release-version.sh
@@ -53,6 +53,7 @@ if [ "$EXECUTE" = "1" ]; then
53
git add -u
54
git commit -m "${COMMIT_MESSAGE}"
55
git tag "${TAG_NAME}"
56
+ git push origin main "${TAG_NAME}"
57
echo "Version bumped to ${NEW_VERSION} and git tag ${TAG_NAME} created."
58
## TODO: uncomment after some manual testing
59
# goreleaser release --clean
0 commit comments