Skip to content

Commit f86085b

Browse files
chore(deps): update softprops/action-gh-release action to v3
1 parent 71a3a10 commit f86085b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
done
274274
275275
- name: Create GitHub Release
276-
uses: softprops/action-gh-release@v2
276+
uses: softprops/action-gh-release@v3
277277
with:
278278
tag_name: ${{ needs.check-release.outputs.new_version }}
279279
name: ${{ needs.check-release.outputs.new_version }}

0 commit comments

Comments
 (0)