From a327dd7321a2812e110363e6b9afcdead1ad5e64 Mon Sep 17 00:00:00 2001 From: Alex Jover Date: Wed, 23 Feb 2022 18:29:52 +0100 Subject: [PATCH] fix: do the major release BREAKING CHANGE --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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