Skip to content

Commit e976a76

Browse files
Update softprops/action-gh-release action to v3
1 parent bd9cee3 commit e976a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Create a release
6666
if: startsWith(github.ref, 'refs/tags/v')
6767
# noinspection SpellCheckingInspection
68-
uses: softprops/action-gh-release@v2
68+
uses: softprops/action-gh-release@v3
6969
with:
7070
name: Emulsion v${{ steps.version.outputs.version }}
7171
body_path: ./changelog-section.md

0 commit comments

Comments
 (0)