Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoritos-kim authored Jan 19, 2024
1 parent f080018 commit df13bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df13bdb

Please sign in to comment.