diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 22b7963..d694a1e 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -31,7 +31,7 @@ jobs: - name: Publish to npm run: | - npm version --preid "dev.$(git rev-parse --verify --short HEAD)" - npm publish --tag dev + npm version 1.0.0 --preid "dev.$(git rev-parse --verify --short HEAD)" + npm publish --tag dev --dry-run env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}