Skip to content

Merge pull request #93 from Songmu/tmpl #7

Merge pull request #93 from Songmu/tmpl

Merge pull request #93 from Songmu/tmpl #7

Workflow file for this run

name: tagpr
on:
push:
branches:
- "main"
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: 1.x
- name: checkout
uses: actions/checkout@v4
- name: tagpr
id: tagpr
uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/release
with:
tag: ${{ steps.tagpr.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}
if: "steps.tagpr.outputs.tag != ''"