Skip to content

Commit 71c2d3d

Browse files
Commit steps.pubspec.outputs.changed == 0 condition
1 parent 398cffc commit 71c2d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7474
uses: actions/[email protected]
7575
env:

0 commit comments

Comments
 (0)