File tree Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change 7070 flutter build web
7171
7272 deployment :
73- if : ${{ github.ref_type == 'tag' }}
74- needs : build
75- name : Deploy package
7673 permissions :
7774 id-token : write
78- runs-on : ubuntu-latest
79- steps :
80- - uses : actions/checkout@v4
81- with :
82- fetch-depth : 1 # Use shallow clone for faster checkout
83- - uses : dart-lang/setup-dart@v1
84-
85- - name : Get Flutter version by FVM
86- uses : kuhnroyal/flutter-fvm-config-action@v2
87- id : fvm-config-action
88- with :
89- path : " .fvmrc"
90-
91- - name : Set up Flutter
92- uses : subosito/flutter-action@v2
93- with :
94- flutter-version : ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
95- channel : ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
96- architecture : x64
97- cache : true
98- - name : Publish package
99- run : dart pub publish -v -f
75+ uses : flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
76+ if : ${{ github.ref_type == 'tag' }}
77+ needs : build
You can’t perform that action at this time.
0 commit comments