Skip to content

Commit

Permalink
Fix build issues (#14)
Browse files Browse the repository at this point in the history
* Fix build issues

* Revert removal of envs

* lint
  • Loading branch information
ludeeus authored Oct 24, 2020
1 parent 5bc9523 commit 7c81018
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Get version
id: version
uses: home-assistant/actions/helpers/version@master
with:
type: $BUILD_TYPE
type: ${{ env.BUILD_TYPE }}

- name: Initialize git
if: steps.version.outputs.publish == 'true'
Expand Down Expand Up @@ -64,6 +66,6 @@ jobs:
if: steps.version.outputs.publish == 'true'
uses: home-assistant/actions/helpers/version-push@master
with:
key: $BUILD_NAME
key: ${{ env.BUILD_NAME }}
version: ${{ steps.version.outputs.version }}
channel: ${{ steps.version.outputs.channel }}

0 comments on commit 7c81018

Please sign in to comment.