Skip to content

Commit 9feb2ef

Browse files
Initial release
1 parent 2a8d5ca commit 9feb2ef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
run: |
6262
cd ${{ matrix.package }}
6363
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
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
7171
- name: Create Release
7272
# if: steps.pubspec.outputs.changed == 0
7373
id: create_release

0 commit comments

Comments
 (0)