Skip to content

Commit ac84a61

Browse files
authored
Update release.yml
1 parent 430d4fb commit ac84a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
path: packages/command/bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.sha256
6767

6868
- name: Setup credentials
69+
if: startsWith(matrix.os, 'ubuntu')
6970
run: |
7071
mkdir -p ~/.pub-cache
7172
cat <<eof > ~/.pub-cache/credentials.json
@@ -80,6 +81,7 @@ jobs:
8081
eof
8182
8283
- name: Publish to pub.dev
84+
if: startsWith(matrix.os, 'ubuntu')
8385
run: |
8486
melos publish --no-dry-run --yes
8587

0 commit comments

Comments
 (0)