We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35f6aea + 1d22de2 commit 0d63659Copy full SHA for 0d63659
.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@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
+ - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
27
with:
28
body_path: /tmp/release-notes.md
29
token: ${{ steps.app-token.outputs.token }}
0 commit comments