We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652fc27 commit cfbae31Copy full SHA for cfbae31
.github/workflows/publish.yml
@@ -3,10 +3,10 @@ name: Publish to pub.dev
3
on:
4
push:
5
tags:
6
- - 'v[0-9]+.[0-9]+.[0-9]+*'
+ - 'v[0-9]+.[0-9]+.[0-9]+'
7
8
jobs:
9
publish:
10
uses: dart-lang/setup-dart/.github/workflows/publish.yml
11
# with:
12
- # working-directory: path/to/package/within/repository
+ # working-directory: path/to/package/within/repository
0 commit comments