Skip to content

Commit 97fc0cf

Browse files
authored
ugh
1 parent 6906a2c commit 97fc0cf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,11 @@ jobs:
3434
- name: Install dependencies
3535
run: pnpm install --frozen-lockfile
3636

37-
- name: Configure Git
38-
run: |
39-
git config --global user.email [email protected]
40-
git config --global user.name 'Github changeset workflow'
41-
4237
- name: Publish to npm
4338
uses: changesets/action@v1
4439
with:
4540
publish: pnpm run release
4641
version: pnpm run stage
47-
setupGitUser: false
48-
commitMode: github-api
4942
env:
5043
GITHUB_TOKEN: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
5144
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)