diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index 68abff020..a32037adb 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -258,6 +258,8 @@ jobs: with: allowUpdates: true tag: nightly + omitBodyDuringUpdate: true + omitNameDuringUpdate: true prerelease: true replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} @@ -312,6 +314,8 @@ jobs: with: allowUpdates: true tag: nightly + omitBodyDuringUpdate: true + omitNameDuringUpdate: true prerelease: true replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} @@ -370,6 +374,8 @@ jobs: with: allowUpdates: true tag: nightly + omitBodyDuringUpdate: true + omitNameDuringUpdate: true prerelease: true replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} @@ -428,6 +434,8 @@ jobs: with: allowUpdates: true tag: nightly + omitBodyDuringUpdate: true + omitNameDuringUpdate: true prerelease: true replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} @@ -475,6 +483,8 @@ jobs: with: allowUpdates: true tag: nightly + omitBodyDuringUpdate: true + omitNameDuringUpdate: true prerelease: true replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }}