Skip to content

Commit df21d65

Browse files
authored
Merge pull request #96 from funap/dependabot/github_actions/softprops/action-gh-release-3
2 parents a34312a + 118b8bc commit df21d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: build\bin\${{ matrix.build_platform }}\${{ matrix.build_configuration }}\Explorer.dll
3333

3434
- name: Release
35-
uses: softprops/action-gh-release@v2
35+
uses: softprops/action-gh-release@v3
3636
if: startsWith(github.ref, 'refs/tags/') && matrix.build_configuration == 'Release'
3737
with:
3838
body: ${{ github.event.commits[0].message }}

0 commit comments

Comments
 (0)