Skip to content

Commit

Permalink
update in attempt to get correct bits to distribute via HACS
Browse files Browse the repository at this point in the history
- Reelases 1.2.6 and 1.2.7 didn't see proper bits being delivered via HACS
  • Loading branch information
ironsheep committed Feb 7, 2023
1 parent 3eeb224 commit 4eb9c92
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build"
name: 'Build'

on:
push:
Expand All @@ -13,7 +13,7 @@ jobs:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Build
run: |
npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Prepare release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

# Build
- name: Build the file
Expand All @@ -20,7 +20,7 @@ jobs:
# Upload build file to the releas as an asset.
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v3'
- name: HACS validation
uses: 'hacs/action@main'
with:
Expand Down
2 changes: 1 addition & 1 deletion dist/rpi-monitor-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpi-monitor-card",
"version": "1.2.7",
"version": "1.2.8",
"description": "Lovelace RPi Monitor Card",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CARD_VERSION = '1.2.7';
export const CARD_VERSION = '1.2.8';

/*
* EXAMPLE attributes ISP-RPi-mqtt-daemon.py v1.5.4
Expand Down

0 comments on commit 4eb9c92

Please sign in to comment.