Skip to content

Commit e1d4ce5

Browse files
committed
chore: apply review suggestion
1 parent 4e38df8 commit e1d4ce5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release_github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
jobs:
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

melos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)