Skip to content

Commit 933418c

Browse files
authored
Fix(Build): revert change
1 parent 36bf09d commit 933418c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

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

6464
- name: Update develop branch
65-
uses: EndBug/add-and-commit@v9.0.0
65+
uses: EndBug/add-and-commit@v9
6666
with:
6767
default_author: github_actions
68-
add: "CHANGELOG.md"
68+
add: "['CHANGELOG.md', 'package.json']" #only this files will be added
6969
push: origin HEAD:develop
7070
message: "ci(release): release new version ${{ env.tag_name }}"
7171

0 commit comments

Comments
 (0)