Skip to content

Commit 125afb2

Browse files
authored
Fix(Build): move EndBug/add-and-commit to v9.0.0
1 parent 050998e commit 125afb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: echo "${{ env.full_change_log }}" > CHANGELOG.md
6363

6464
- name: Update develop branch
65-
uses: EndBug/add-and-commit@v9.1.1
65+
uses: EndBug/add-and-commit@v9.0.0
6666
with:
6767
default_author: github_actions
6868
add: "['CHANGELOG.md', 'package.json']" #only this files will be added

0 commit comments

Comments
 (0)