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 b56ad55 commit 13e7f1cCopy full SHA for 13e7f1c
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ name: Publish to pub.dev
18
on:
19
push:
20
tags:
21
- - "v[0-9]+.[0-9]+.[0-9]+"
+ - "[0-9]+.[0-9]+.[0-9]+"
22
workflow_dispatch: # manually trigger if previous runs failed
23
24
concurrency:
release-please-config.json
@@ -6,7 +6,7 @@
6
"bump-minor-pre-major": true,
7
"packages": {
8
".": {
9
- "bootstrap-sha": "19d2491ea1a03add016b31b94562da03ccefaa74",
+ "bootstrap-sha": "b56ad55a9af612f7b40e97e638a0b65046ffb48f",
10
"package-name": "google_navigation_flutter",
11
"changelog-path": "CHANGELOG.md"
12
}
0 commit comments