Skip to content

Commit 2208b2a

Browse files
committed
chore: run prettier
1 parent e9689de commit 2208b2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
run: |
3434
# Extract version from package.json
3535
PKG_VERSION=$(jq -r .version package.json)
36-
36+
3737
# Extract version from git tag (strip 'v' prefix)
3838
TAG_VERSION=${GITHUB_REF#refs/tags/v}
39-
39+
4040
echo "Package version: $PKG_VERSION"
4141
echo "Tag version: $TAG_VERSION"
42-
42+
4343
if [ "$PKG_VERSION" != "$TAG_VERSION" ]; then
4444
echo "❌ Error: Version mismatch!"
4545
echo " package.json version: $PKG_VERSION"
@@ -48,7 +48,7 @@ jobs:
4848
echo "Please ensure the git tag matches the version in package.json"
4949
exit 1
5050
fi
51-
51+
5252
echo "✅ Version validation passed: $PKG_VERSION"
5353
5454
- name: Build WASM

0 commit comments

Comments
 (0)