Skip to content

Commit 05af0bf

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

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@ jobs:
8585
version: v${{ steps.tag.outputs.date }}
8686

8787
- 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
88+
run: |
89+
git config user.name "GitHub actions"
90+
git config user.email [email protected]
91+
git add CHANGELOG.md package.json
92+
git commit --message "Prepare release ${{ github.event.inputs.version }}"
93+
echo "::set-output name=commit::$(git rev-parse HEAD)"
94+
git push

0 commit comments

Comments
 (0)