We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8d5ca commit 9feb2efCopy full SHA for 9feb2ef
.github/workflows/publish.yml
@@ -61,13 +61,13 @@ jobs:
61
run: |
62
cd ${{ matrix.package }}
63
echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> $GITHUB_ENV
64
-# - uses: sakebook/[email protected]
65
-# if: steps.pubspec.outputs.changed == 0
66
-# with:
67
-# package_directory: ${{ matrix.package }}
68
-# credential: ${{ secrets.PUB_CREDENTIALS }}
69
-# flutter_package: true
70
-# skip_test: true
+ - uses: sakebook/[email protected]
+ if: steps.pubspec.outputs.changed == 0
+ with:
+ package_directory: ${{ matrix.package }}
+ credential: ${{ secrets.PUB_CREDENTIALS }}
+ flutter_package: true
+ skip_test: true
71
- name: Create Release
72
# if: steps.pubspec.outputs.changed == 0
73
id: create_release
0 commit comments