Skip to content

Commit

Permalink
Update release to commit before publish (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycao-qy authored Aug 18, 2020
1 parent 1fc8b76 commit 9bfc70a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > ~/.npmrc
git config --global user.name 'pipcook'
git config --global user.email '[email protected]'
git add .
git commit -m "bump version"
npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9bfc70a

Please sign in to comment.