Skip to content

Commit

Permalink
Fixed CI and some remaining names
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman committed Jan 29, 2021
1 parent f49ed66 commit dbbbab3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ assignees: ''
Home Assistant frontend: Developer tools -> Info.
-->

- value-range-card release with the issue:
- Last working value-range-card release (if known):
- lamarzocco-config-card release with the issue:
- Last working lamarzocco-config-card release (if known):
- Browser and Operating System:

### Problem-relevant configuration
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest a feature for value-range-card
about: Suggest a feature for lamarzocco-config-card
title: ''
labels: feature request
assignees: ''
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Build value-range-card.js
- name: Build lamarzocco-config-card.js
run: |
npm install
npm run build
- name: Upload to release
uses: shopify/[email protected]
with:
name: value-range-card.js
path: dist/value-range-card.js
name: lamarzocco-config-card.js
path: dist/lamarzocco-config-card.js
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dbbbab3

Please sign in to comment.