mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add verify-version step to release (#8138)
This commit is contained in:
parent
cea3b8b010
commit
41f8b0d19b
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -18,6 +18,9 @@ jobs:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Verify version
|
||||
uses: home-assistant/actions/helpers/verify-version@master
|
||||
|
||||
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user