We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db4bed commit f66e7d8Copy full SHA for f66e7d8
.github/workflows/postman.yml
@@ -117,7 +117,7 @@ jobs:
117
sha256sum postman*.tar.xz | tee -a checksum
118
119
- name: Release Files
120
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@master # use @master to be able to use append_body, use @v1 when it is released
121
with:
122
name: "Postman v${{ env.VERSION }}"
123
body_path: checksum
0 commit comments