Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Momijiichigo committed Aug 19, 2024
1 parent dc5364b commit e34825a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
- run: npm ci
- run: npm run test
- run: npm run build
- name: Update version in package.json
uses: maks-stupak/gh-action-bump-version@v7.1.5
- name: update version
run: |
git config --global user.name 'Momijiichigo'
git config --global user.email 'Momijiichigo@users.noreply.github.com'
npm version ${{ github.ref_name }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down

0 comments on commit e34825a

Please sign in to comment.