diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9268e12..8c1b504 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', {name: 'beta', prerelease: true}] + 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