Skip to content

Commit 0f319c4

Browse files
committed
remove force pushes
1 parent ee14504 commit 0f319c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git config user.name "${GITHUB_ACTOR}"
5656
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5757
git tag -a "${tag}" -m "${message}"
58-
git push origin "${tag}" --force-with-lease
58+
git push origin "${tag}"
5959
6060
- name: Checkout Core Repo
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/release-opampsupervisor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git config user.name "${GITHUB_ACTOR}"
5656
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5757
git tag -a "${tag}" -m "${message}"
58-
git push origin "${tag}" --force-with-lease
58+
git push origin "${tag}"
5959
6060
- name: Checkout Contrib Repo
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)