Skip to content

Commit

Permalink
Merge pull request #3 from yu-ogi/add-github-config
Browse files Browse the repository at this point in the history
add github config
  • Loading branch information
yu-ogi authored Sep 1, 2020
2 parents 9340c96 + 8c5d751 commit a9cab0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
- name: Check release tag
run: |
set -eu
git config user.name "github actions"
git config user.email "[email protected]"
npm ci
node scripts/check_release_tag.js

0 comments on commit a9cab0f

Please sign in to comment.