Skip to content

Commit

Permalink
chore(gh-actions): Adds version bump and release actions (#2105) (#2106)
Browse files Browse the repository at this point in the history
Closes #2104
  • Loading branch information
Alissonsz authored Jul 6, 2022
1 parent 9e20512 commit a4ba1c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- run: git config user.email "[email protected]"
- run: git config user.name "$GITHUB_ACTOR"
- run: VERSION=$(npm version patch -m "v%s")
- run: git tag ${VERSION}
- run: git push --follow-tags
- run: git push --tags

0 comments on commit a4ba1c1

Please sign in to comment.