From 0d4076e35cbc72d0586fd43cdc17de636f3b6f6e Mon Sep 17 00:00:00 2001 From: Ryan Cooney Date: Sun, 17 Sep 2023 15:59:16 -0700 Subject: [PATCH] feat!: enable release (#1) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 91aea6e..3cd4d4a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -62,5 +62,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release@^19 --dry-run + run: npx semantic-release@^19 working-directory: ./build