From df13bdb86ad6183c2c690c8700d7b01f99d04d7f Mon Sep 17 00:00:00 2001 From: kimkanghyune Date: Fri, 19 Jan 2024 19:35:44 +0900 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0cd76d7..e900646 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -46,6 +46,8 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm install + - run: git config --global user.name "${{ github.actor }}" + - run: git config --global user.email "github-action-${{ github.actor }}@users.noreply.github.com" - run: npm run build - run: npm version ${{ steps.tag_version.outputs.new_tag }} - run: npm publish --access public