Skip to content

Commit

Permalink
Modify release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Oct 6, 2023
1 parent 87adce9 commit 89f9dfd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Get version
id: version
uses: home-assistant/actions/helpers/version@master
# - name: Get version
# id: version
# uses: home-assistant/actions/helpers/version@master

- name: Set version number
run: python3 ${{ github.workspace }}/.github/scripts/update_hacs_manifest.py --version ${{ steps.version.outputs.version }}
run: |
python3 ${{ github.workspace }}/.github/scripts/update_hacs_manifest.py --version ${{ github.ref_name }}
- name: Create zip
run: |
cd custom_components/zha_toolkit
Expand Down

0 comments on commit 89f9dfd

Please sign in to comment.