Skip to content

Commit

Permalink
Merge pull request #18 from joanroig/develop
Browse files Browse the repository at this point in the history
fix: Changed git user name and email for the bump version action
  • Loading branch information
joanroig authored May 18, 2021
2 parents f84ba51 + bba2dd0 commit 7af380b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
with:
ref: ${{ github.ref }}
token: ${{ secrets.BUMP_VERSION_ACTION_TOKEN }}

- name: "Bump version and push tag"
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.BUMP_VERSION_ACTION_TOKEN }}
git-message: "ci: version bump to {version}"

git-user-name: "github-actions[bot]"
git-user-email: "41898282+github-actions[bot]@users.noreply.github.com"

- name: Create Release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down

0 comments on commit 7af380b

Please sign in to comment.