We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e1072 commit aeccbe9Copy full SHA for aeccbe9
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Create Release
36
id: create_release
37
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
38
with:
39
tag_name: ${{ github.ref_name }}
40
name: ${{ github.ref_name }}
0 commit comments