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 22, 2023
1 parent e5ac0a9 commit 7027f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- run: yarn install --frozen-lockfile
- run: git config user.email "[email protected]"
- run: git config user.name "dxpm"
- run: git checkout ${{ github.ref_name }}
- run: git checkout ${{ github.ref }}
- run: npm version from-git --no-git-tag-version
- run: git commit -a -m "ci:bump package version"
- run: git push https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git
- run: git push https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git ${{ github.ref }}
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_DEVEXPERTS_BOT_PUBLISH_TOKEN}}

0 comments on commit 7027f9b

Please sign in to comment.