diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd2c7aa..359c55b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,4 +41,4 @@ jobs: GIT_COMMITTER_EMAIL: 'sibin.grasic+bot@oblak.studio' GITHUB_TOKEN: ${{ secrets.OBLAK_BOT_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - run: npx run semantic-release + run: npx semantic-release@23 diff --git a/package.json b/package.json index 5ec782b..eb006db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nestjs-puppeteer", "description": "Puppeteer module for NestJS", - "version": "1.1.1", + "version": "0.0.0", "license": "MIT", "author": { "name": "Sibin Grasic",