Skip to content

cryptography_flutter_plus v2.3.4 #3

cryptography_flutter_plus v2.3.4

cryptography_flutter_plus v2.3.4 #3

Workflow file for this run

name: Publish plugin
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish "cryptography"
uses: k-paxian/[email protected]
with:
relativePath: cryptography
skipTests: true
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
- name: Publish "cryptography_flutter"
uses: k-paxian/[email protected]
with:
flutter: true
skipTests: true
relativePath: cryptography_flutter
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
- name: Publish "jwk"
uses: k-paxian/[email protected]
with:
flutter: true
skipTests: true
relativePath: jwk
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}