We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5925f commit 760484bCopy full SHA for 760484b
.github/workflows/release.yml
@@ -23,3 +23,10 @@ jobs:
23
relativePath: cryptography_flutter
24
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
25
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
26
+ - name: Publish "jwk"
27
+ uses: k-paxian/dart-package-publisher@master
28
+ with:
29
+ flutter: true
30
+ relativePath: jwk
31
+ accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
32
+ refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
0 commit comments