From e38540727e226006b7d55dd62d20ae19491b7120 Mon Sep 17 00:00:00 2001 From: Gleison de Almeida Date: Sat, 28 May 2022 02:55:30 -0300 Subject: [PATCH] :wrench: ci: fix release script --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18d04ef..7149c13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm run semantic-release + run: npm run release - name: 📜 Generate Gitmoji Changelog run: npx gitmoji-changelog