Skip to content

Commit f66e7d8

Browse files
Fixed Github actions append_body not working
1 parent 6db4bed commit f66e7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
sha256sum postman*.tar.xz | tee -a checksum
118118
119119
- name: Release Files
120-
uses: softprops/action-gh-release@v1
120+
uses: softprops/action-gh-release@master # use @master to be able to use append_body, use @v1 when it is released
121121
with:
122122
name: "Postman v${{ env.VERSION }}"
123123
body_path: checksum

0 commit comments

Comments
 (0)