Skip to content

Merge pull request #41 from yuuki/fix/sigint-handling-ephemeral-mode #41

Merge pull request #41 from yuuki/fix/sigint-handling-ephemeral-mode

Merge pull request #41 from yuuki/fix/sigint-handling-ephemeral-mode #41

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 != ''"