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 05af0bf commit 8ef1c48Copy full SHA for 8ef1c48
.github/workflows/buid-deploy-test.yml
@@ -88,7 +88,7 @@ jobs:
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 }}"
+ git add CHANGELOG.md
+ git commit --message "Updating Changelog"
93
echo "::set-output name=commit::$(git rev-parse HEAD)"
94
git push
0 commit comments