diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e51e84d..6dced8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: npm run build - name: Release - run: npx semantic-release@19.0.5 --branches master + run: npx semantic-release@19.0.5 --branches [master, beta] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file