Skip to content

Commit

Permalink
Fix(Build): move EndBug/add-and-commit to v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Sep 18, 2024
1 parent a004e54 commit 050998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: echo "${{ env.full_change_log }}" > CHANGELOG.md

- name: Update develop branch
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v9.1.1
with:
default_author: github_actions
add: "['CHANGELOG.md', 'package.json']" #only this files will be added
Expand Down

0 comments on commit 050998e

Please sign in to comment.