diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33c4455b..f3e0efe0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -91,7 +91,8 @@ jobs: run: npm ci - name: Run Semantic Release - run: npx semantic-release + #run: npx semantic-release + run: npx semantic-release --no-ci env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}