Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmartinszup committed Jan 24, 2022
1 parent 3b4376b commit 4959278
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,11 @@ jobs:
# The changes made in the last step are committed to the branch that the workflow was triggered, this commit is not
# going to trigger any workflow cause the skip ci in the commit message.
- name: Commit changes
uses: EndBug/add-and-commit@v7.4.0
uses: EndBug/add-and-commit@v8.0.1
with:
push: true
signoff: true
commit: --signoff
author_name: Horusec
branch: ${{ steps.updated-version.outputs.nextReleaseBranchName }}
author_email: [email protected]
committer_name: Horusec
committer_email: [email protected]
Expand Down

0 comments on commit 4959278

Please sign in to comment.