Skip to content

Commit

Permalink
Merge pull request #15 from k1LoW/use-tagpr
Browse files Browse the repository at this point in the history
Use tagpr
  • Loading branch information
k1LoW authored Oct 9, 2022
2 parents a297b29 + 0c6e733 commit 56f2a82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: tagpr
on:
push:
branches:
- main

jobs:
tagpr:
runs-on: ubuntu-latest
outputs:
tagpr-tag: ${{ steps.run-tagpr.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out source code
uses: actions/checkout@v3

- id: run-tagpr
name: Run tagpr
uses: Songmu/tagpr@v1

0 comments on commit 56f2a82

Please sign in to comment.