From b84b8fbb68c6cbc3aa5baeefdd4d45a437da94d5 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sun, 8 Feb 2026 22:37:48 +0100 Subject: [PATCH] :art: Fix formatting issues in renovate.json and publish workflow. --- .github/workflows/publish.yaml | 4 ++-- renovate.json | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c5eca8f..4ac9c2c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,7 +35,7 @@ jobs: VERSION=${GITHUB_REF#refs/tags/v} echo "version=$VERSION" >> $GITHUB_OUTPUT echo "Publishing version: $VERSION" - + if [[ $VERSION =~ - ]]; then TAG=$(echo $VERSION | sed -E 's/.*-([^.]+).*/\1/') echo "tag=$TAG" >> $GITHUB_OUTPUT @@ -53,4 +53,4 @@ jobs: run: pnpm build - name: Publish to NPM - run: pnpm publish --access public --provenance --no-git-checks --tag ${{ steps.version.outputs.tag }} \ No newline at end of file + run: pnpm publish --access public --provenance --no-git-checks --tag ${{ steps.version.outputs.tag }} diff --git a/renovate.json b/renovate.json index 5db72dd..ac08426 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"] }