Skip to content

Commit 8ef1c48

Browse files
Danny-SundaresanDanny-Sundaresan
authored andcommitted
Update buid-deploy-test.yml
1 parent 05af0bf commit 8ef1c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buid-deploy-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
git config user.name "GitHub actions"
9090
git config user.email [email protected]
91-
git add CHANGELOG.md package.json
92-
git commit --message "Prepare release ${{ github.event.inputs.version }}"
91+
git add CHANGELOG.md
92+
git commit --message "Updating Changelog"
9393
echo "::set-output name=commit::$(git rev-parse HEAD)"
9494
git push

0 commit comments

Comments
 (0)