Skip to content

Merge pull request #39 from yuuki/tagpr-from-v0.8.1 #43

Merge pull request #39 from yuuki/tagpr-from-v0.8.1

Merge pull request #39 from yuuki/tagpr-from-v0.8.1 #43

Workflow file for this run

name: tagpr
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
packages: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: true
fetch-depth: 0
- id: tagpr
uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/release
with:
tag: ${{ steps.tagpr.outputs.tag }}
if: "steps.tagpr.outputs.tag != ''"