diff --git a/.github/workflows/dispatch-new-version-event.yml b/.github/workflows/dispatch-new-version-event.yml index c270bc6..e35a619 100644 --- a/.github/workflows/dispatch-new-version-event.yml +++ b/.github/workflows/dispatch-new-version-event.yml @@ -20,7 +20,7 @@ jobs: - run: yarn set version berry && yarn install - run: yarn build - - run: npm publish + - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 5fc01f9..3277f96 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ