Skip to content

Commit

Permalink
add tagpr
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Dec 29, 2023
1 parent 442de6f commit eb0f92a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: tagpr
on:
push:
branches: ["master"]
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .tagpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tagpr]
vPrefix = true
releaseBranch = master
versionFile = -
release = false

0 comments on commit eb0f92a

Please sign in to comment.