Skip to content

Commit

Permalink
HA_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdw committed Apr 15, 2024
1 parent e51dc10 commit 3a99cb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dsmr-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
id: data
run: |
version=$(jq --raw-output '.version' ./dsmr_reader/config.json)
echo "::set-output name=HA_RELEASE::$version"
echo "HA_RELEASE=$version" >> "$GITHUB_OUTPUT"
- name: DSMR addon release
run: echo ${{ steps.data.outputs.HA_RELEASE }}
env:
HA_RELEASE: ${{ steps.data.outputs.HA_RELEASE }}
run: echo "HA_RELEASE"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# https://github.com/docker/setup-buildx-action
Expand Down

0 comments on commit 3a99cb5

Please sign in to comment.