We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a8fa8 commit fc25cdeCopy full SHA for fc25cde
.github/workflows/publish.yaml
@@ -3,10 +3,10 @@ name: Publish to pub.dev
3
on:
4
push:
5
tags:
6
- - "disco-[0-9]+.[0-9]+.[0-9]+" # Matches disco-1.2.3
7
- - 'disco-[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco-1.2.3+1
8
- - "disco_lint-[0-9]+.[0-9]+.[0-9]+" # Matches disco_lint-1.2.3
9
- - 'disco_lint-[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco_lint-1.2.3+1
+ - "disco-v[0-9]+.[0-9]+.[0-9]+" # Matches disco-v1.2.3
+ - 'disco-v[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco-v1.2.3+1
+ - "disco_lint-v[0-9]+.[0-9]+.[0-9]+" # Matches disco_lint-v1.2.3
+ - 'disco_lint-v[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco_lint-v1.2.3+1
10
11
# Publish using the reusable workflow from dart-lang.
12
jobs:
0 commit comments