Skip to content

Merge branch 'main' of github.com:k1LoW/httpstub #21

Merge branch 'main' of github.com:k1LoW/httpstub

Merge branch 'main' of github.com:k1LoW/httpstub #21

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@v3
with:
go-version-file: go.mod
- id: run-tagpr
name: Run tagpr
uses: Songmu/tagpr@v1