Skip to content

feat!: add default colors for hover highlighting (#194) #75

feat!: add default colors for hover highlighting (#194)

feat!: add default colors for hover highlighting (#194) #75

Workflow file for this run

on:
workflow_dispatch: # makes it possible to run the workflow manually
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/[email protected]
with:
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_ACCESS_TOKEN }}