diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc6b555..7cf6557 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - run: npm install - run: npm install release-it - run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc - - run: npm run release + - run: npm run release --minor env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN}}