Skip to content

style(color control): adjust font size of color input #29

style(color control): adjust font size of color input

style(color control): adjust font size of color input #29

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}