🎨 Fix formatting issues in renovate.json and publish workflow.

This commit is contained in:
2026-02-08 22:37:48 +01:00
parent 878fc76602
commit b84b8fbb68
2 changed files with 4 additions and 6 deletions

View File

@@ -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 }}
run: pnpm publish --access public --provenance --no-git-checks --tag ${{ steps.version.outputs.tag }}

View File

@@ -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"]
}