We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad416b4 commit e2c6d54Copy full SHA for e2c6d54
.github/workflows/release-and-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Runs a single command using the runners shell
54
- name: Create release for tag
55
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
+ uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2
56
with:
57
tag_name: ${{ github.ref }}
58
body: Please refer to [CHANGELOG.md](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) for details.
0 commit comments