Skip to content

feat: tooltip arrow #19

feat: tooltip arrow

feat: tooltip arrow #19

Workflow file for this run

name: Create Release
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true