We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bf09d commit 933418cCopy full SHA for 933418c
.github/workflows/deploy-prod.yml
@@ -62,10 +62,10 @@ jobs:
62
run: echo "${{ env.full_change_log }}" > CHANGELOG.md
63
64
- name: Update develop branch
65
- uses: EndBug/add-and-commit@v9.0.0
+ uses: EndBug/add-and-commit@v9
66
with:
67
default_author: github_actions
68
- add: "CHANGELOG.md"
+ add: "['CHANGELOG.md', 'package.json']" #only this files will be added
69
push: origin HEAD:develop
70
message: "ci(release): release new version ${{ env.tag_name }}"
71
0 commit comments