Skip to content

changed team (#140)

changed team (#140) #8

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Songmu/tagpr@v1
id: tagpr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: haya14busa/action-update-semver@v1
if: steps.tagpr.outputs.tag != ''
with:
tag: ${{ steps.tagpr.outputs.tag }}