Skip to content

Commit 835bcc9

Browse files
committed
prettier
1 parent 01466ae commit 835bcc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "modules=$modules" >> $GITHUB_OUTPUT
2626
2727
release-modules:
28-
needs: [ "collect-modules" ]
28+
needs: ["collect-modules"]
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
@@ -91,6 +91,6 @@ jobs:
9191
- name: Create release summary
9292
if: steps.module-info.outputs.tag_exists == 'false'
9393
run: |
94-
echo "### Module: ${{ steps.module-info.outputs.module_name }}" >> $GITHUB_STEP_SUMMARY
95-
echo "- Version: ${{ steps.module-info.outputs.module_version }}" >> $GITHUB_STEP_SUMMARY
96-
echo "- Status: Published ✅" >> $GITHUB_STEP_SUMMARY
94+
echo "### Module: ${{ steps.module-info.outputs.module_name }}" >> $GITHUB_STEP_SUMMARY
95+
echo "- Version: ${{ steps.module-info.outputs.module_version }}" >> $GITHUB_STEP_SUMMARY
96+
echo "- Status: Published ✅" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)