Skip to content

fix: Legend font weight in date input (#328) #137

fix: Legend font weight in date input (#328)

fix: Legend font weight in date input (#328) #137

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Release Generator
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
id: sre_app_token
with:
app_id: ${{ secrets.SRE_APP_ID }}
private_key: ${{ secrets.SRE_APP_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
with:
token: ${{ steps.sre_app_token.outputs.token }}