Skip to content

Commit 7e5dd7d

Browse files
authored
Update release.yml
1 parent c857eb5 commit 7e5dd7d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/release.yml

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

68-
- name: Setup credentials
69-
if: startsWith(matrix.os, 'ubuntu')
70-
run: |
71-
mkdir -p ~/.pub-cache
72-
cat <<eof > ~/.pub-cache/credentials.json
73-
{
74-
"accesstoken":"${{ secrets.CREDENTIALS_ACCESS_TOKEN }}",
75-
"refreshtoken":"${{ secrets.CREDENTIALS_REFRESH_TOKEN }}",
76-
"idtoken":"${{ secrets.CREDENTIALS_ID_TOKEN }}",
77-
"tokenendpoint":"https://accounts.google.com/o/oauth2/token",
78-
"scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ],
79-
"expiration": 1664440281637
80-
}
81-
eof
82-
83-
- name: Publish to pub.dev
84-
if: startsWith(matrix.os, 'ubuntu')
85-
run: |
86-
melos publish --no-dry-run --yes
68+
# - name: Setup credentials
69+
# if: startsWith(matrix.os, 'ubuntu')
70+
# run: |
71+
# mkdir -p ~/.pub-cache
72+
# cat <<eof > ~/.pub-cache/credentials.json
73+
# {
74+
# "accesstoken":"${{ secrets.CREDENTIALS_ACCESS_TOKEN }}",
75+
# "refreshtoken":"${{ secrets.CREDENTIALS_REFRESH_TOKEN }}",
76+
# "idtoken":"${{ secrets.CREDENTIALS_ID_TOKEN }}",
77+
# "tokenendpoint":"https://accounts.google.com/o/oauth2/token",
78+
# "scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ],
79+
# "expiration": 1664440281637
80+
# }
81+
# eof
82+
#
83+
# - name: Publish to pub.dev
84+
# if: startsWith(matrix.os, 'ubuntu')
85+
# run: |
86+
# melos publish --no-dry-run --yes
8787

8888
update:
8989
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)