Skip to content

Commit

Permalink
fix(shipjs): set github actor while release
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Apr 1, 2023
1 parent 7334aad commit 98d121d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
fetch-depth: 0
ref: main

- name: Setup GitHub Actor
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
- name: Setup node environment 馃摝
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 98d121d

Please sign in to comment.