diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b4d6171..0cb0651 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 premajor --preid "dev.$(git rev-parse --verify --short HEAD)" --git-tag-version=false + npm version prepatch --preid "dev.$(git rev-parse --verify --short HEAD)" --git-tag-version=false npm publish --tag dev env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}