Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
add package.json version bump
  • Loading branch information
rnsloan authored May 30, 2021
1 parent 49d4ef7 commit 2b520a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b520a1

Please sign in to comment.