Skip to content

update

update #2

Workflow file for this run

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