Skip to content

Commit

Permalink
Update commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Dec 29, 2023
1 parent 29c7716 commit 63a80cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- name: Push changes
run: |
git add .
git commit -m "Bump version ${{ fromJson(steps.define-release-version.outputs.result).full }} and update changelog"
git commit -m "Add release date to changelog"
git push origin develop
git push origin --tags

0 comments on commit 63a80cf

Please sign in to comment.