Browse Source

chore(CI): Don't overwrite nightly release name and description

Allows maintainers to write a user friendly message rather than just having the
last commit desription.
reviewable/pr6487/r7
Anthony Bilinski 3 years ago
parent
commit
f81c9bca29
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 10
      .github/workflows/build-test-deploy.yaml

10
.github/workflows/build-test-deploy.yaml

@ -258,6 +258,8 @@ jobs: @@ -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: @@ -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: @@ -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: @@ -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: @@ -475,6 +483,8 @@ jobs:
with:
allowUpdates: true
tag: nightly
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
prerelease: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save