Skip to content

Commit

Permalink
Merge pull request #1290 from capricorn86/try-to-fix-release
Browse files Browse the repository at this point in the history
chore: [#1272] Fixes problem with the release
  • Loading branch information
capricorn86 authored Mar 9, 2024
2 parents 235d06f + e111d85 commit 10c7617
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 10c7617

Please sign in to comment.