@@ -65,25 +65,25 @@ jobs:
65
65
name : sha256
66
66
path : packages/command/bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.sha256
67
67
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
87
87
88
88
update :
89
89
runs-on : ubuntu-latest
0 commit comments