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 a1640d7 commit 2a4cd76Copy full SHA for 2a4cd76
.github/workflows/base.yaml
@@ -9,7 +9,6 @@ on:
9
- "[0-9]+.[0-9]+.[0-9]+*"
10
11
pull_request:
12
- branches: [main]
13
14
# This ensures that previous jobs for the PR are canceled when PR is updated
15
concurrency:
@@ -104,4 +103,4 @@ jobs:
104
103
- name: Run l10n
105
run: flutter gen-l10n
106
- name: Publish package
107
- run: dart pub publish -v -f
+ run: dart pub publish -v -f
0 commit comments