Skip to content

Commit

Permalink
Fix changelog not being committed
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Sep 6, 2021
1 parent 1f5053e commit 35ed402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git commit -am "🎉 Release ${{ github.event.release.tag_name }}"
git add .
git commit -m "🎉 Release ${{ github.event.release.tag_name }}"
git push
- name: Get addon information and update build args
id: information
Expand Down

0 comments on commit 35ed402

Please sign in to comment.