diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 76ae7fe..52e4ef9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -102,6 +102,3 @@ jobs: - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - draft: false - prerelease: false - - run: npm publish --provenance --access public diff --git a/package-lock.json b/package-lock.json index 2155258..57876fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-components/api-navigation", - "version": "4.3.19", + "version": "4.3.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@api-components/api-navigation", - "version": "4.3.19", + "version": "4.3.20", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/icons": "^4.0.2", diff --git a/package.json b/package.json index 82a5540..443b896 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api-components/api-navigation", "description": "An element to display the response body", - "version": "4.3.19", + "version": "4.3.20", "license": "Apache-2.0", "main": "index.js", "module": "index.js",