Skip to content

Commit

Permalink
Merge pull request #501 from ForgeRock/fix-changesets-git
Browse files Browse the repository at this point in the history
chore: fix-repo-url
  • Loading branch information
ryanbas21 authored Dec 2, 2024
2 parents fd2cff3 + c9a0387 commit 0468b27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
node-version: '20.10.0'
cache: 'pnpm'

- run: git config --global commit.gpgsign false
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "github-actions[bot]"

- run: pnpm install --frozen-lockfile

# This line enables distribution
Expand Down Expand Up @@ -73,7 +69,7 @@ jobs:
title: Release PR
branch: master
commit: 'chore: version-packages'
setupGitUser: false
setupGitUser: true
env:
# See https://github.com/changesets/action/issues/147
HOME: ${{ github.workspace }}
Expand Down

0 comments on commit 0468b27

Please sign in to comment.