Skip to content

Commit

Permalink
try flutter publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Nov 2, 2023
1 parent 9999d22 commit 0945cee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-all-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ on:
required: false
type: boolean
default: false
push:
branches:
- fix-sdk-flutter

jobs:
pre-setup:
Expand All @@ -56,7 +59,7 @@ jobs:
golang-package-version: ${{ inputs.golang-package-version }}
maven-package-version: ${{ inputs.maven-package-version }}
kotlin-mpp-package-version: ${{ inputs.kotlin-mpp-package-version }}
flutter-package-version: ${{ inputs.flutter-package-version }}
flutter-package-version: 0.2.8
react-native-package-version: ${{ inputs.react-native-package-version }}
publish: ${{ inputs.publish }}
steps:
Expand Down

0 comments on commit 0945cee

Please sign in to comment.