From e111d85fdb9c15fb6b75cbc15f77fa06f4c003a5 Mon Sep 17 00:00:00 2001 From: David Ortner Date: Sat, 9 Mar 2024 13:39:45 +0100 Subject: [PATCH] chore: [#1272] Fixes problem with the release --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e81a5404..455c83c37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.GIT_REPOSITORY_ACCESS_TOKEN }} ref: master - name: Use Node.js ${{ matrix.node-version }} @@ -105,12 +106,6 @@ jobs: - name: Run tests run: npm run test - - name: Configures Git - run: | - git config user.name "${{ secrets.GIT_REPOSITORY_USERNAME }}" - git config user.email "${{ secrets.GIT_REPOSITORY_EMAIL }}" - git remote set-url origin https://${{ secrets.GIT_REPOSITORY_USERNAME }}:${{ secrets.GIT_REPOSITORY_ACCESS_TOKEN }}@github.com/capricorn86/happy-dom.git - - name: Pushes Git tag run: | git tag --force v${{ needs.check-next-version.outputs.next_version }} ${GITHUB_SHA}