Skip to content

Commit 66bd70e

Browse files
committed
chore: prettier
1 parent 79a1155 commit 66bd70e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
run: |
6666
TAG_VERSION="${{ steps.meta.outputs.clean_version }}"
6767
PKG_VERSION=$(node -p "require('./package.json').version")
68-
68+
6969
if [ "$TAG_VERSION" != "$PKG_VERSION" ]; then
7070
echo "Version mismatch: Tag ($TAG_VERSION) != Package ($PKG_VERSION). Syncing..."
7171
npm version $TAG_VERSION --no-git-tag-version --allow-same-version
7272
else
7373
echo "Versions match ($TAG_VERSION). Proceeding..."
7474
fi
75-
75+
7676
npm publish --provenance --access public --tag ${{ steps.meta.outputs.npm_tag }}
7777
env:
7878
CI: true

0 commit comments

Comments
 (0)