diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a4ec475d..7a273eb7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,6 +28,7 @@ jobs: folder: integration single-commit: true clean: true + silent: true # Deploys using checkout@v1 with an ACCESS_TOKEN. integration-checkout-v1: @@ -46,6 +47,7 @@ jobs: target-folder: cat/montezuma git-config-name: Montezuma git-config-email: montezuma@jamesiv.es + silent: true - name: Cleanup Generated Branch uses: dawidd6/action-delete-branch@v2.0.1 @@ -69,6 +71,7 @@ jobs: branch: gh-pages folder: integration target-folder: cat/montezuma2 + silent: true - name: Cleanup Generated Branch uses: dawidd6/action-delete-branch@v2.0.1 @@ -101,6 +104,7 @@ jobs: branch: gh-pages folder: integration target-folder: cat/montezuma2 + silent: true - name: Cleanup Generated Branch uses: dawidd6/action-delete-branch@v2.0.1 @@ -125,6 +129,7 @@ jobs: branch: gh-pages folder: integration target-folder: cat/montezuma3 + silent: true - name: Cleanup Generated Branch uses: dawidd6/action-delete-branch@v2.0.1 @@ -154,6 +159,7 @@ jobs: branch: gh-pages folder: integration target-folder: cat/montezuma4 + silent: true - name: Cleanup Generated Branch uses: dawidd6/action-delete-branch@v2.0.1 @@ -182,6 +188,7 @@ jobs: branch: gh-pages folder: integration target-folder: cat/montezuma4 + silent: true - name: Cleanup Generated Branch uses: dawidd6/action-delete-branch@v2.0.1 @@ -206,6 +213,7 @@ jobs: branch: gh-pages folder: integration clean: true + silent: true # Deploys to a branch that doesn't exist with SINGLE_COMMIT. integration-branch-creation: @@ -224,6 +232,7 @@ jobs: branch: integration-test-delete-prod folder: integration single-commit: true + silent: true - name: Cleanup Generated Branch uses: dawidd6/action-delete-branch@v2.0.1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1cc05904..766948a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn build - - run: npm version patch -m "Release %s 📣" + # - run: npm version patch -m "Release %s 📣" - run: git push # Publish to npm