Skip to content

Fix release.yml action #8

Fix release.yml action

Fix release.yml action #8

Workflow file for this run

# https://github.com/hacs/action
name: HACS Action
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"