Skip to content

Commit e404ac0

Browse files
Add support for pre-release version tags in CI workflow
1 parent b81bb01 commit e404ac0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7+
- 'v*.*.*-*'
78
workflow_dispatch:
89

910
jobs:

0 commit comments

Comments
 (0)