Skip to content

Commit

Permalink
Fix default remote for push-tags target (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
  • Loading branch information
Aneurysm9 committed Dec 9, 2022
1 parent 8175276 commit 0ea6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ goreleaser:
fi \
}

REMOTE?=git@github.com:open-telemetry/opentelemetry-collector-release.git
REMOTE?=git@github.com:open-telemetry/opentelemetry-collector-releases.git
.PHONY: push-tags
push-tags:
@[ "${TAG}" ] || ( echo ">> env var TAG is not set"; exit 1 )
Expand Down

0 comments on commit 0ea6153

Please sign in to comment.