Skip to content

Commit

Permalink
Fix(Build): Do not add file that no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Sep 18, 2024
1 parent 125afb2 commit 0d05f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: EndBug/[email protected]
with:
default_author: github_actions
add: "['CHANGELOG.md', 'package.json']" #only this files will be added
add: "CHANGELOG.md"
push: origin HEAD:develop
message: "ci(release): release new version ${{ env.tag_name }}"

Expand Down

0 comments on commit 0d05f7d

Please sign in to comment.