Skip to content

Commit

Permalink
Merge pull request #258 from kitsuyui/releace-ci-2
Browse files Browse the repository at this point in the history
npm release flow (GitHub Actions) (2)
  • Loading branch information
kitsuyui authored Aug 9, 2022
2 parents 6f25764 + 905709c commit 7ce6c75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
- name: update version
if: github.event_name == 'release'
run: |
git config user.email "dummy@dummy"
git config user.name "dummy"
npm version from-git --allow-same-version
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: npm pack

Expand Down

0 comments on commit 7ce6c75

Please sign in to comment.