Skip to content

Commit 13e7f1c

Browse files
authored
ci: update tag format for publish workflow (#271)
1 parent b56ad55 commit 13e7f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Publish to pub.dev
1818
on:
1919
push:
2020
tags:
21-
- "v[0-9]+.[0-9]+.[0-9]+"
21+
- "[0-9]+.[0-9]+.[0-9]+"
2222
workflow_dispatch: # manually trigger if previous runs failed
2323

2424
concurrency:

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bump-minor-pre-major": true,
77
"packages": {
88
".": {
9-
"bootstrap-sha": "19d2491ea1a03add016b31b94562da03ccefaa74",
9+
"bootstrap-sha": "b56ad55a9af612f7b40e97e638a0b65046ffb48f",
1010
"package-name": "google_navigation_flutter",
1111
"changelog-path": "CHANGELOG.md"
1212
}

0 commit comments

Comments
 (0)