Skip to content

Merge pull request #57 from kyoshidajp/fix_tagpr #4

Merge pull request #57 from kyoshidajp/fix_tagpr

Merge pull request #57 from kyoshidajp/fix_tagpr #4

Workflow file for this run

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