Skip to content

Merge pull request #22 from k1LoW/tagpr-from-v1.4.0 #47

Merge pull request #22 from k1LoW/tagpr-from-v1.4.0

Merge pull request #22 from k1LoW/tagpr-from-v1.4.0 #47

Workflow file for this run

name: tagpr
on:
push:
branches:
- main
jobs:
tagpr:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out source code
uses: actions/checkout@v4
- id: run-tagpr
name: Run tagpr
uses: Songmu/tagpr@v1