diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fb76f14a..3e085be6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -78,7 +78,7 @@ jobs: git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com' # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#allowing-dependabot-to-rebase-and-force-push-over-extra-commits git commit -m '[dependabot skip] Bump Tagfile' - GIT_SEQUENCE_EDITOR="sed -i -re 's/^pick $COMMITHASH/f $COMMITHASH/'" git rebase -i HEAD~2 + GIT_SEQUENCE_EDITOR="sed -i -re 's/^pick $COMMITHASH/f $COMMITHASH/'" git rebase -i HEAD~$COMMITHASH git push --force fi env: diff --git a/Tagfile b/Tagfile index e28c3b4d..f84c4347 100644 --- a/Tagfile +++ b/Tagfile @@ -1 +1 @@ -0.48.16 +0.48.17