Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxpm committed Dec 1, 2023
1 parent 3a846f2 commit 462684c
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 @@ -16,6 +16,8 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@devexperts'
- run: yarn install --frozen-lockfile
- run: git config user.email "[email protected]"
- run: git config user.name "dxpm"
- run: npm version minor
- run: npm publish --access public
env:
Expand Down

0 comments on commit 462684c

Please sign in to comment.