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 8bc92be commit 2e3c357Copy full SHA for 2e3c357
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish to pub.dev
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v{{version}'
+ - '[0-9]+\.[0-9]+\.[0-9]+*'
7
8
# Publish using custom workflow
9
jobs:
@@ -17,4 +17,4 @@ jobs:
17
- name: Install dependencies
18
run: dart pub get
19
- name: Publish
20
- run: dart pub publish --force
+ run: dart pub publish --force
0 commit comments