Skip to content

Commit

Permalink
Replace 'upstream' remote by a concrete repo (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Feb 17, 2022
1 parent beffc43 commit 694055d
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 @@ -74,4 +74,4 @@ add-tag:
push-tag:
@[ "${TAG}" ] || ( echo ">> env var TAG is not set"; exit 1 )
@echo "Pushing tag ${TAG}"
@git push upstream ${TAG}
@git push [email protected]:open-telemetry/opentelemetry-collector-releases.git ${TAG}

0 comments on commit 694055d

Please sign in to comment.