Skip to content

v1.0.14

v1.0.14 #14

Workflow file for this run

name: "Release"
on:
release:
types:
- "published"
permissions: {}
jobs:
release:
name: "Prepare Release"
runs-on: "ubuntu-latest"
permissions:
contents: write
steps:
- name: "Repository checkout"
uses: "actions/checkout@v4"
- name: "NPM Build Plugin"
run: |
cd "${{ github.workspace }}"
npm install
npm run buildgithub
- name: "Upload Files to Release"
uses: softprops/[email protected]
with:
files: "${{ github.workspace }}/dist/spotifyplus_card.js"
# plugin file(s) will be placed in the following Home Assistant configuration directory
# location once it is installed via HACS:
# "/config/www/community/spotifyplus_card/spotifyplus_card.js"