Skip to content

Merge pull request #45 from fujiwara/refactor-types #24

Merge pull request #45 from fujiwara/refactor-types

Merge pull request #45 from fujiwara/refactor-types #24

Workflow file for this run

name: tagpr
on:
push:
branches: ["main"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Songmu/tagpr@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}