Skip to content

Merge pull request #34 from tma15/feature/preparing-for-pypi #14

Merge pull request #34 from tma15/feature/preparing-for-pypi

Merge pull request #34 from tma15/feature/preparing-for-pypi #14

Workflow file for this run

# .github/workflows/tagpr.yml
name: tagpr
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}