summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-06-26 09:32:02 -0400
committerGitHub <noreply@github.com>2024-06-26 09:32:02 -0400
commit2569b3ccc3d33d7f1b77beb92fa378f1e064cbd0 (patch)
tree38acff9917f46e8b6e3350347df3f9dcf2b867aa /.github
parenta3475c01e7afe9b5361dd455434244d6c24f7875 (diff)
ci(fix): Fix release publish step (#2141)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-please.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index 750de9bf..350d60db 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -152,10 +152,6 @@ jobs:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Publish GitHub Release
run: |
- # link to the release discussion
- gh release edit ${VERSION} --discussion-category "General"
-
- # now publish the release
- gh release edit ${VERSION} --draft=false
+ gh release edit ${VERSION} --discussion-category "General" --draft=false
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}