diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dad6f6..1ccb528 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,8 @@ on: push: branches: - main + - next + - beta permissions: contents: read # for checkout @@ -37,5 +39,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - #NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release \ No newline at end of file