diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76a590a..fde89b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm install - - run: npm run release major -- --ci + - run: npm run release -- --ci env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}