From 7960de596981fb276b4edd998d2dac5934b51fd1 Mon Sep 17 00:00:00 2001 From: pr0uxx Date: Fri, 18 Sep 2026 16:21:51 +0100 Subject: [PATCH] Correcting validate attestation flag values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected both the verifier’s  --repo  and  --signer-workflow  values in  Publish.yml , and corrected the package repository URL to the canonical name. Also bump version. --- .github/workflows/Publish.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index c0a1f1f..69bc2d0 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -78,7 +78,7 @@ jobs: background: true env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh attestation verify ${{ needs.Build.outputs.packageName }} --repo Software-Hardware-Integration-Lab/LogEngine --signer-workflow Software-Hardware-Integration-Lab/LogEngine/.github/workflows/Build.yml@${{ github.event_name == 'release' && format('refs/tags/{0}', github.ref_name) || 'refs/heads/main' }} + run: gh attestation verify ${{ needs.Build.outputs.packageName }} --repo Software-Hardware-Integration-Lab/Log-Engine --signer-workflow Software-Hardware-Integration-Lab/Log-Engine/.github/workflows/Build.yml@${{ github.event_name == 'release' && format('refs/tags/{0}', github.ref_name) || 'refs/heads/main' }} # Update the NPM CLI to the latest available version - name: Update NPM CLI diff --git a/package-lock.json b/package-lock.json index 0343403..82020d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.7", + "version": "0.0.8", "hasInstallScript": true, "dependencies": { "typia": "~12.1.1" diff --git a/package.json b/package.json index c5a7266..3041a47 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.0.8", "name": "@software-hardware-integration-lab/log-engine", "description": "Logging engine with ability to add plugins for any destination", "author": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Software-Hardware-Integration-Lab/LogEngine.git" + "url": "git+https://github.com/Software-Hardware-Integration-Lab/Log-Engine.git" }, "imports": { "#/*": "./bin/*"