Skip to content

Merge pull request #20 from k1LoW/tagpr-from-v1.3.0 #43

Merge pull request #20 from k1LoW/tagpr-from-v1.3.0

Merge pull request #20 from k1LoW/tagpr-from-v1.3.0 #43

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