Skip to content

Commit 9c183ee

Browse files
authored
Merge pull request #358 from wakatime/misc/semver-action
Switch to gandarez semver-action
2 parents 98a9442 + d1b000a commit 9c183ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/on_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ jobs:
4545
-
4646
name: Calculate semver tag
4747
id: semver-tag
48-
uses: wakatime/semver-action@master
48+
uses: gandarez/semver-action@master
4949
with:
5050
prefix: v
5151
prerelease_id: alpha
5252
develop_branch_name: main
5353
main_branch_name: release
54+
major_pattern: "(?i)^(.+:)?(major/.+)"
5455
-
5556
name: Format
5657
id: format

0 commit comments

Comments
 (0)