diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 3a0c761..786b675 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -13,6 +13,6 @@ jobs: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - run: npm install - - run: npm publish + - run: npm publish --tag beta env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_NEW }} diff --git a/package-lock.json b/package-lock.json index 15a07e1..22a926a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "consent-banner", - "version": "2.2.2", + "version": "2.4.0-beta.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1987236..d93b6bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consent-banner", - "version": "2.2.2", + "version": "2.4.0-beta.2", "description": "The library which will generate a banner at the specified position for asking the cookie preferences.", "main": "dist/consent-banner.js", "types": "dist/consent-banner.d.ts",