We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0857d97 commit 05af0bfCopy full SHA for 05af0bf
.github/workflows/buid-deploy-test.yml
@@ -85,11 +85,10 @@ jobs:
85
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
+ run: |
+ git config user.name "GitHub actions"
+ git config user.email [email protected]
+ git add CHANGELOG.md package.json
+ git commit --message "Prepare release ${{ github.event.inputs.version }}"
+ echo "::set-output name=commit::$(git rev-parse HEAD)"
+ git push
0 commit comments