File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,19 @@ jobs:
5757 echo ::set-output name=changed::$?
5858 set -e
5959 - name : Extract package version
60- if : steps.pubspec.outputs.changed == 0
60+ # if: steps.pubspec.outputs.changed == 0
6161 run : |
6262 cd ${{ matrix.package }}
6363 echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> $GITHUB_ENV
6464 -
uses :
sakebook/[email protected] 65- if : steps.pubspec.outputs.changed == 0
65+ # if: steps.pubspec.outputs.changed == 0
6666 with :
6767 package_directory : ${{ matrix.package }}
6868 credential : ${{ secrets.PUB_CREDENTIALS }}
6969 flutter_package : true
7070 skip_test : true
7171 - name : Create Release
72- if : steps.pubspec.outputs.changed == 0
72+ # if: steps.pubspec.outputs.changed == 0
7373 id : create_release
74747575 env :
You can’t perform that action at this time.
0 commit comments