Skip to content

Commit

Permalink
Merge pull request #98 from Songmu/action-update-semver
Browse files Browse the repository at this point in the history
introduce haya14busa/action-update-semver
  • Loading branch information
Songmu authored Sep 17, 2022
2 parents e5d0c34 + 5fbba81 commit 7b29c14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }}
- run: |
- id: tagpr
run: |
make install
echo '::echo::on'
tagpr
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
- uses: haya14busa/action-update-semver
if: "!steps.tagpr.outputs.tag != ''"
with:
tag: ${{ steps.tagpr.outputs.tag }}
major_version_tag_only: true

0 comments on commit 7b29c14

Please sign in to comment.