diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 69bc2d0..da5b428 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -44,7 +44,7 @@ jobs: id-token: write # The deploy step runs in the NPM authorized context - environment: NPM + environment: NPM-OIDC # Set of commands to run for the build job steps: diff --git a/package-lock.json b/package-lock.json index 82020d6..17950a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.8", + "version": "0.0.9", "hasInstallScript": true, "dependencies": { "typia": "~12.1.1" diff --git a/package.json b/package.json index 3041a47..3c71728 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.8", + "version": "0.0.9", "name": "@software-hardware-integration-lab/log-engine", "description": "Logging engine with ability to add plugins for any destination", "author": {