Skip to content

Commit

Permalink
chore: publish author 설정 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
eungyeole committed Oct 20, 2021
1 parent ec191be commit ec5cc54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Publish
run: yarn run release
env:
GIT_AUTHOR_NAME: xquare-admin
GIT_COMMITTER_NAME: xquare-admin
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
publish.yml

0 comments on commit ec5cc54

Please sign in to comment.