We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a34312a + 118b8bc commit df21d65Copy full SHA for df21d65
1 file changed
.github/workflows/CI_build.yml
@@ -32,7 +32,7 @@ jobs:
32
path: build\bin\${{ matrix.build_platform }}\${{ matrix.build_configuration }}\Explorer.dll
33
34
- name: Release
35
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
36
if: startsWith(github.ref, 'refs/tags/') && matrix.build_configuration == 'Release'
37
with:
38
body: ${{ github.event.commits[0].message }}
0 commit comments