We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89ac2c commit 339fa69Copy full SHA for 339fa69
.github/workflows/create-release.yaml
@@ -23,7 +23,7 @@ jobs:
23
run_install: true
24
- uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
25
- run: pnpm exec git-cliff --current --strip all -o /tmp/release-notes.md
26
- - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
+ - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
27
with:
28
body_path: /tmp/release-notes.md
29
token: ${{ steps.app-token.outputs.token }}
0 commit comments