Skip to content

v2.8.6

v2.8.6 #62

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
release:
name: Prepare release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build the file
run: |
cd /home/runner/work/clock-weather-card/clock-weather-card
yarn install
yarn build
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/clock-weather-card/clock-weather-card/dist/clock-weather-card.js
asset_name: clock-weather-card.js
tag: ${{ github.ref }}
overwrite: true
- name: Verify HACS compliance
uses: hacs/action@main
with:
category: plugin