Skip to content

Merge pull request #55 from kyoshidajp/change_version_format #3

Merge pull request #55 from kyoshidajp/change_version_format

Merge pull request #55 from kyoshidajp/change_version_format #3

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.GITHUB_TOKEN }}