Skip to content

Commit 6db4bed

Browse files
committed
Updated CI/CD Release body
1 parent 6682afe commit 6db4bed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/postman.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ jobs:
119119
- name: Release Files
120120
uses: softprops/action-gh-release@v1
121121
with:
122-
name: "postman v${{ env.VERSION }}"
122+
name: "Postman v${{ env.VERSION }}"
123123
body_path: checksum
124+
append_body: true
124125
tag_name: ${{ env.VERSION }}
125126
files: postman*.tar.xz
126127
env:

0 commit comments

Comments
 (0)