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.
2 parents 64f402c + 9dedebc commit ec2ac99Copy full SHA for ec2ac99
1 file changed
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
# Attach the human-readable command reference next to the binaries
50
# so users can browse the exact command tree shipped in this tag.
51
if: startsWith(github.ref, 'refs/tags/v')
52
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
53
with:
54
files: docs/commands.md
55
fail_on_unmatched_files: true
0 commit comments