Skip to content

Commit 0d05f7d

Browse files
authored
Fix(Build): Do not add file that no longer exists
1 parent 125afb2 commit 0d05f7d

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
@@ -65,7 +65,7 @@ jobs:
6565
uses: EndBug/[email protected]
6666
with:
6767
default_author: github_actions
68-
add: "['CHANGELOG.md', 'package.json']" #only this files will be added
68+
add: "CHANGELOG.md"
6969
push: origin HEAD:develop
7070
message: "ci(release): release new version ${{ env.tag_name }}"
7171

0 commit comments

Comments
 (0)