Skip to content

Commit

Permalink
ci(tagpr): Create a release on dev branch (#22)
Browse files Browse the repository at this point in the history
It's because all PR is opened to dev not main.
  • Loading branch information
5ouma committed Mar 15, 2024
1 parent c30a8f0 commit f60e9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🚀 Release
on:
push:
branches:
- "main"
- "dev"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .tagpr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tagpr]
releaseBranch = "main"
releaseBranch = "dev"
versionFile = "-"
vPrefix = true
changelog = false
Expand Down

0 comments on commit f60e9e5

Please sign in to comment.