diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0b574d..eb2f39d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,12 @@ jobs: uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main with: node_version: 22 + + npm-publish-staging: + needs: build + uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@staging + with: + node_version: 22 npm-publish-latest: needs: [build] diff --git a/package-lock.json b/package-lock.json index 5005dfc..907756d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-logic", - "version": "4.0.7", + "version": "4.0.8-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "solid-logic", - "version": "4.0.7", + "version": "4.0.8-1", "license": "MIT", "dependencies": { "@uvdsl/solid-oidc-client-browser": "^0.2.3", diff --git a/package.json b/package.json index b58ed0a..214d568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-logic", - "version": "4.0.7", + "version": "4.0.8-1", "description": "Core business logic of SolidOS", "type": "module", "main": "dist/solid-logic.js",