diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce25cd4..d7ba329 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ defaults: shell: bash jobs: - test: + publish: name: Publish to NPM runs-on: ubuntu-latest permissions: diff --git a/package-lock.json b/package-lock.json index 5c44ad7..aa02540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react", - "version": "0.15.0", + "version": "0.15.1", "license": "MIT", "dependencies": { "@workos-inc/authkit-js": "0.17.0" diff --git a/package.json b/package.json index 0301fff..3aa6d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react", - "version": "0.15.0", + "version": "0.15.1", "description": "AuthKit React SDK", "main": "./dist/index.js", "module": "./dist/index.mjs",