Skip to content

Release for v0.0.13 (#32) #59

Release for v0.0.13 (#32)

Release for v0.0.13 (#32) #59

Workflow file for this run

name: tagpr
on:
push:
branches:
- main
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }}
- uses: Songmu/tagpr@main
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}