Skip to content

Commit

Permalink
Merge pull request #15 from johnmanjiro13/disable-tagpr-release-creating
Browse files Browse the repository at this point in the history
chore: Dissable tagpr release creating
  • Loading branch information
johnmanjiro13 committed Sep 29, 2022
2 parents d6caeb8 + ca1efbd commit ee887c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ steps.generate_token.outputs.token }}
- uses: Songmu/tagpr@main
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
1 change: 1 addition & 0 deletions .tagpr
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
vPrefix = true
releaseBranch = main
versionFile = -
release = false

0 comments on commit ee887c6

Please sign in to comment.