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 2520e99 + f7691bc commit a7599f4Copy full SHA for a7599f4
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Create GitHub Release
45
if: startsWith(github.ref, 'refs/tags/')
46
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
47
with:
48
tag_name: ${{ github.ref_name }}
49
name: Build OS ${{ github.ref_name }}
0 commit comments