Skip to content

Commit

Permalink
chore(release): graphql v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Nov 12, 2021
1 parent 9fd548b commit 02fb349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -46,8 +46,9 @@ jobs:
npm install pnpm -g;
echo node `pnpm -v`;
- name: Git Identify
- name: Set Git Config
run: |
git config pull.rebase false
git config --global user.email "release-workflow@rollup.dev"
git config --global user.name "Release Workflow"
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
Expand Down

0 comments on commit 02fb349

Please sign in to comment.