Skip to content

Commit

Permalink
ci: update tag format for publish workflow (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu authored Feb 14, 2025
1 parent b56ad55 commit 13e7f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Publish to pub.dev
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch: # manually trigger if previous runs failed

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bump-minor-pre-major": true,
"packages": {
".": {
"bootstrap-sha": "19d2491ea1a03add016b31b94562da03ccefaa74",
"bootstrap-sha": "b56ad55a9af612f7b40e97e638a0b65046ffb48f",
"package-name": "google_navigation_flutter",
"changelog-path": "CHANGELOG.md"
}
Expand Down

0 comments on commit 13e7f1c

Please sign in to comment.