Skip to content

fix: increase stat button min-height to prevent squashing #3

fix: increase stat button min-height to prevent squashing

fix: increase stat button min-height to prevent squashing #3

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 }}