diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc44748..34d8290 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,5 +36,5 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - - name: build - run: make build-cross \ No newline at end of file + - name: release + run: make semantic-release-ci \ No newline at end of file