From 7f4e54f883450cf157ccfad9bd7e0b3fd41c1b9b Mon Sep 17 00:00:00 2001 From: Sysix Date: Sun, 16 Jun 2024 17:43:41 +0200 Subject: [PATCH] set remote url with access token --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f80f314..9889423 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: - name: bump version run: | + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git config --global user.name '${{ github.repository_owner }}' git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com' npm version ${{ github.ref_name }} --git-tag-version=false