diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d1355792..2517e7c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,9 +25,9 @@ jobs: run: npm run test:unit - name: Cypress run run: npm run test:e2e - # - name: Release - # working-directory: lib - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - # run: npx semantic-release + - name: Release + working-directory: lib + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npx semantic-release