Skip to content

image_editor-v1.5.1 #11

image_editor-v1.5.1

image_editor-v1.5.1 #11

Workflow file for this run

name: Publish
on:
release:
types: [published]
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
skipTests: true
relativePath: "image_editor"
accessToken:
refreshToken:
- uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
skipTests: true
relativePath: "image_editor_common"
accessToken:
refreshToken:
- uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
skipTests: true
relativePath: "image_editor_platform_interface"
accessToken:
refreshToken: