diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 1e4edf6f..b271fcd5 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -14,7 +14,7 @@ jobs: node-version: 14 - name: build code - run: 'npm i && npm run compile' + run: npm i && npm run compile - name: Semantic Release id: semantic uses: cycjimmy/semantic-release-action@v3