Skip to content

Commit

Permalink
auto bump version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ej52 committed Nov 10, 2023
1 parent c30ac08 commit 7bc5617
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
"${{ github.workspace }}/custom_components/ollama_conversation/manifest.json"
- name: "Commit release version number"
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Automated version bump on release"

- name: "ZIP the integration directory"
shell: "bash"
run: |
Expand Down

0 comments on commit 7bc5617

Please sign in to comment.