Skip to content

Commit 0857d97

Browse files
Danny-SundaresanDanny-Sundaresan
authored andcommitted
Update buid-deploy-test.yml
1 parent a0aa75c commit 0857d97

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ jobs:
8383
uses: thomaseizinger/keep-a-changelog-new-release@v1
8484
with:
8585
version: v${{ steps.tag.outputs.date }}
86+
87+
- name: Commit changelog
88+
id: make-commit
89+
run: |
90+
git config user.name "GitHub actions"
91+
git config user.email [email protected]
92+
git add CHANGELOG.md package.json
93+
git commit --message "Prepare release ${{ github.event.inputs.version }}"
94+
echo "::set-output name=commit::$(git rev-parse HEAD)"
95+
git push

0 commit comments

Comments
 (0)