Skip to content

Commit

Permalink
ci(master-push): revert git user changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed Jan 3, 2024
1 parent 992b405 commit dcdc6ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
setupGitUser: false
version: npm run changeset version
publish: npm run changeset publish
commit: "ci(changesets): version packages"
Expand All @@ -59,8 +58,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PANKOD_BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GIT_AUTHOR_NAME: Refine Community Bot
GIT_AUTHOR_EMAIL: [email protected]
documentation-live-preview:
needs: publish
if: ${{ needs.publish.outputs.published == 'true' }}
Expand Down

0 comments on commit dcdc6ee

Please sign in to comment.