We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125afb2 commit 0d05f7dCopy full SHA for 0d05f7d
.github/workflows/deploy-prod.yml
@@ -65,7 +65,7 @@ jobs:
65
uses: EndBug/[email protected]
66
with:
67
default_author: github_actions
68
- add: "['CHANGELOG.md', 'package.json']" #only this files will be added
+ add: "CHANGELOG.md"
69
push: origin HEAD:develop
70
message: "ci(release): release new version ${{ env.tag_name }}"
71
0 commit comments