Skip to content

Commit c1b2d73

Browse files
committed
Fixed failing release workflow
1 parent fd50aa2 commit c1b2d73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
npm set registry "https://registry.npmjs.org/"
3232
npm set //registry.npmjs.org/:_authToken $NPM_TOKEN
3333
npm whoami
34+
- name: Git Setup
35+
run: |
36+
git config user.name $GITHUB_ACTOR
37+
git config user.email gh-actions-${GITHUB_ACTOR}@github.com
38+
git remote add gh-origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
3439
- name: Install Dependencies
3540
run: npm ci
3641
- name: Release

0 commit comments

Comments
 (0)