From d99456c51e3289f005882a335e4d94fdc6298656 Mon Sep 17 00:00:00 2001 From: Uuek <141054520+Uuek@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:47:23 +0800 Subject: [PATCH] Bertho.py --- .github/workflows/{update-major-tag.yml => Bertho.py} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename .github/workflows/{update-major-tag.yml => Bertho.py} (87%) diff --git a/.github/workflows/update-major-tag.yml b/.github/workflows/Bertho.py similarity index 87% rename from .github/workflows/update-major-tag.yml rename to .github/workflows/Bertho.py index 41c7b7a..3483709 100644 --- a/.github/workflows/update-major-tag.yml +++ b/.github/workflows/Bertho.py @@ -1,4 +1,4 @@ -name: Update major tag +name: Update maj tag on: release: @@ -10,8 +10,9 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Update major tag - run: | + - name: Update bertho + run: |* @peaceiris + git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"