Skip to content

Commit

Permalink
Merge pull request #32 from flynneva/add-npm-publish
Browse files Browse the repository at this point in the history
add npm publish step to actions
  • Loading branch information
flynneva authored Apr 23, 2021
2 parents e3d9a63 + 5a02a00 commit de4bdf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
echo "version=$version" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to NPM
run: npm publish
- name: Create a GitHub release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit de4bdf7

Please sign in to comment.