Skip to content

Commit

Permalink
force push
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Jul 22, 2024
1 parent 1056ac8 commit 99e978c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/release-prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "${CANDIDATE_BETA}" != "" ]; then
COMMANDS+="
- make prepare-release PREVIOUS_VERSION=${CURRENT_BETA} RELEASE_CANDIDATE=${CANDIDATE_BETA} MODSET=beta"
fi
git push origin "${BRANCH}"
git push -f origin "${BRANCH}"

gh pr create --title "[chore] Prepare release ${RELEASE_VERSION}" --body "
The following commands were run to prepare this release:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ multimod-prerelease: $(MULTIMOD)
$(MAKE) gotidy

COMMIT?=HEAD
REMOTE?[email protected]:open-telemetry/opentelemetry-collector.git
REMOTE?[email protected]:jackgopack4/opentelemetry-collector.git
.PHONY: push-tags
push-tags: $(MULTIMOD)
$(MULTIMOD) verify
Expand Down

0 comments on commit 99e978c

Please sign in to comment.