Skip to content

Use CDPATH if set (#219) #27

Use CDPATH if set (#219)

Use CDPATH if set (#219) #27

Workflow file for this run

name: Tagpr
on:
push:
branches:
- master
- main
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}