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:
parent
8921416a6a
commit
c0d0322e4b
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user