Skip to content

Commit

Permalink
Set haya14busa/action-update-semver
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 12, 2023
1 parent 0d440f1 commit 5808dee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
name: Run tagpr
uses: Songmu/tagpr@v1

- uses: haya14busa/action-update-semver@v1
if: "steps.run-tagpr.outputs.tag != ''"
with:
major_version_tag_only: true
tag: ${{ steps.tagpr.outputs.tag }}

release:
needs: tagpr
if: needs.tagpr.outputs.tagpr-tag != ''
Expand Down

0 comments on commit 5808dee

Please sign in to comment.