Skip to content

Commit a994dd4

Browse files
committed
format
1 parent f69dd52 commit a994dd4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "🔍 Validating build outputs..."
4242
validation_failed=false
43-
43+
4444
for file in dist/auto-image.{standalone,userscript,bookmarklet}.js dist/auto-image.bookmarklet.txt; do
4545
if [[ ! -f "$file" ]]; then
4646
echo "❌ Missing file: $file" >&2
@@ -58,12 +58,12 @@ jobs:
5858
fi
5959
fi
6060
done
61-
61+
6262
if [[ "$validation_failed" == "true" ]]; then
6363
echo "❌ Build validation failed" >&2
6464
exit 1
6565
fi
66-
66+
6767
echo "✅ All build outputs validated successfully"
6868
6969
- name: Generate version tag
@@ -78,7 +78,7 @@ jobs:
7878
GH_TOKEN: ${{ github.token }}
7979
run: |
8080
echo "🚀 Creating release ${{ steps.version.outputs.tag }}..."
81-
81+
8282
if ! gh release create ${{ steps.version.outputs.tag }} \
8383
--title "Auto Release ${{ steps.version.outputs.tag }}" \
8484
--notes "Automated release from ${{ github.ref_name }} branch
@@ -103,5 +103,5 @@ jobs:
103103
echo "❌ Failed to create release" >&2
104104
exit 1
105105
fi
106-
107-
echo "✅ Release ${{ steps.version.outputs.tag }} created successfully"
106+
107+
echo "✅ Release ${{ steps.version.outputs.tag }} created successfully"

0 commit comments

Comments
 (0)