File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments