Skip to content

fix: proper row layout matching button-card style #6

fix: proper row layout matching button-card style

fix: proper row layout matching button-card style #6

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
with:
files: dist/solar-flow-card.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}