We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b120d12 commit 0ac0011Copy full SHA for 0ac0011
1 file changed
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Build
52
run: uv build
53
- name: Create Release Draft
54
- uses: softprops/action-gh-release@v2.5
+ uses: softprops/action-gh-release@v2.5.0
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
with:
0 commit comments