Skip to content

Commit 4944d49

Browse files
authored
Update release.yml
1 parent be02dc9 commit 4944d49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: sha256
6666
path: packages/command/bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.sha256
6767

68-
- name: setup credentials
68+
- name: Setup credentials
6969
run: |
7070
mkdir -p ~/.pub-cache
7171
cat <<eof > ~/.pub-cache/credentials.json
@@ -79,10 +79,9 @@ jobs:
7979
}
8080
eof
8181
82-
- name: publish to pub.dev
82+
- name: Publish to pub.dev
8383
run: |
84-
melos publish | echo y
85-
melos publish --no-dry-run | echo y
84+
melos publish --no-dry-run --yes
8685
8786
update:
8887
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)