Skip to content

Merge pull request #75 from 2manymws/tagpr-from-v0.9.8 #97

Merge pull request #75 from 2manymws/tagpr-from-v0.9.8

Merge pull request #75 from 2manymws/tagpr-from-v0.9.8 #97

Workflow file for this run

name: tagpr
on:
push:
branches:
- main
jobs:
tagpr:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- id: run-tagpr
name: Run tagpr
uses: Songmu/tagpr@v1