Skip to content

Commit

Permalink
github publish worked in 0.11.0 but package json had wrong version. (#73
Browse files Browse the repository at this point in the history
)
  • Loading branch information
armand-janssen authored Oct 14, 2023
1 parent 8cae10d commit 6fd9ee7
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 @@ -24,6 +24,8 @@ jobs:
run: |
npm version patch # Increment the version number (you can use "minor" or "major" instead of "patch" if needed)
git commit -am "Bump version for release"
git config --global user.email "${{ secrets.email }}"
git config --global user.name "Armand Janssen"
git push
- run: npm publish
Expand Down

0 comments on commit 6fd9ee7

Please sign in to comment.