Skip to content

Release for v0.15.0 (#238) #1

Release for v0.15.0 (#238)

Release for v0.15.0 (#238) #1

Workflow file for this run

# for manual release (No triggering when tagpr is used.)
name: manual
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
manual:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
homebrew-tap-github-token: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}