diff --git a/.github/workflows/ci_cd_master.yml b/.github/workflows/ci_cd_master.yml index f413564..22b2c92 100644 --- a/.github/workflows/ci_cd_master.yml +++ b/.github/workflows/ci_cd_master.yml @@ -61,11 +61,6 @@ jobs: if: steps.yarn-cache-node-modules.outputs.cache-hit != 'true' run: yarn install - - name: Semantic Release - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - run: npx semantic-release - - name: Build the App run: yarn build.app.prod