Skip to content

Commit

Permalink
Fixed failing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Feb 21, 2023
1 parent fd50aa2 commit c1b2d73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
npm set registry "https://registry.npmjs.org/"
npm set //registry.npmjs.org/:_authToken $NPM_TOKEN
npm whoami
- name: Git Setup
run: |
git config user.name $GITHUB_ACTOR
git config user.email gh-actions-${GITHUB_ACTOR}@github.com
git remote add gh-origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
- name: Install Dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit c1b2d73

Please sign in to comment.