Skip to content

Commit c7d90da

Browse files
committed
style 💄(core): format using prettier (#16)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent 4b39a2a commit c7d90da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040

4141
- if: steps.publish.outputs.type != 'none'
4242
run: |
43-
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
43+
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
release_name: ${{ steps.get_version.outputs.version-without-v }}
5252
draft: false
5353
prerelease: false
54-
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
54+
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}

0 commit comments

Comments
 (0)