File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77jobs :
88 release :
99 # Only run this job for commits that indicate a release
10- if : startsWith(github.event.head_commit.message, 'chore(repo): release')
10+ if : {{ startsWith(github.event.head_commit.message, 'chore(repo): release') }}
1111 runs-on : ubuntu-latest
1212
1313 steps :
1414 - name : 📚 Checkout branch
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : 🏷️ Extract Version Tag
1818 id : extract_tag
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ scripts:
149149 - Note: you can also rely on your IDEs Dart Analysis / Issues window.
150150
151151 lint:pub :
152- run : melos exec -c1 --no-published --no-private --order-dependents -- "flutter pub publish -n"
152+ run : melos exec -c 1 --no-published --no-private --order-dependents -- "flutter pub publish -n"
153153 description : Dry run `pub publish` in all packages.
154154
155155 generate:all :
@@ -204,5 +204,5 @@ scripts:
204204 dirExists : coverage
205205
206206 release:pub :
207- run : melos exec -c1 --no-published --no-private --order-dependents -- "flutter pub publish -f"
207+ run : melos exec -c 1 --no-published --no-private --order-dependents -- "flutter pub publish -f"
208208 description : Publish all packages to pub.dev.
You can’t perform that action at this time.
0 commit comments