Skip to content

Commit

Permalink
Fix(Build): revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Sep 18, 2024
1 parent 36bf09d commit 933418c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
run: echo "${{ env.full_change_log }}" > CHANGELOG.md

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

Expand Down

0 comments on commit 933418c

Please # to comment.