JGLUE / .github /workflows /release.yaml
shunk031's picture
Add GitHub Actions workflow for automated release tagging (#24)
6c0b42f unverified
raw
history blame
291 Bytes
name: Release
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}