File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 channel : stable
3131
3232 - name : Dry run publish
33- uses : sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3 .1
33+ uses : sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4 .1
3434 with :
3535 package_directory : ${{ matrix.package }}
3636 credential : ${{ secrets.PUB_CREDENTIALS }}
Original file line number Diff line number Diff line change 4949 run : |
5050 cd mindbox_platform_interface
5151 echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV"
52- - uses : sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3 .1
52+ - uses : sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4 .1
5353 if : steps.pubspec.outputs.changed == 0
5454 with :
5555 package_directory : mindbox_platform_interface
@@ -107,7 +107,7 @@ jobs:
107107 run : |
108108 cd "$PKG"
109109 echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV"
110- - uses : sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3 .1
110+ - uses : sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4 .1
111111 if : steps.pubspec.outputs.changed == 0
112112 with :
113113 package_directory : ${{ matrix.package }}
@@ -156,7 +156,7 @@ jobs:
156156 run : |
157157 cd mindbox
158158 echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV"
159- - uses : sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3 .1
159+ - uses : sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4 .1
160160 if : steps.pubspec.outputs.changed == 0
161161 with :
162162 package_directory : mindbox
You can’t perform that action at this time.
0 commit comments