1
1
mirror of https://github.com/primer/css.git synced 2024-12-27 16:11:46 +03:00

Update release.yml

This commit is contained in:
Jon Rohan 2021-04-02 11:24:19 -07:00 committed by GitHub
parent 8921416a6a
commit c0d0322e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,6 @@ jobs:
- name: Install dependencies
run: yarn
- run: |
git config --global user.name 'GitHub Design Systems Bot'
git config --global user.email 'primer-css@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
env:
GITHUB_TOKEN: ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
- name: Create release pull request or publish to npm
id: changesets