From e60e8de728db49502afbbc740b6782aa51c413f5 Mon Sep 17 00:00:00 2001 From: Alex Jover Date: Wed, 2 Mar 2022 12:00:56 +0100 Subject: [PATCH] feat: bump version 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 9d9e3987..d5ca273a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,9 @@ jobs: run: npm run build - 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