Skip to content

Commit 021e033

Browse files
chore(deps): update softprops/action-gh-release action to v2.6.2
1 parent 9c236d7 commit 021e033

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
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v6
5959
- name: Extract release notes from changelog
6060
run: awk '/^## /{if(found) exit; found=1; next} found' docs/changelog.md > CHANGES.md
61-
- uses: softprops/action-gh-release@v2.5.0
61+
- uses: softprops/action-gh-release@v2.6.2
6262
with:
6363
body_path: CHANGES.md
6464
tag_name: ${{ github.ref_name }}

0 commit comments

Comments
 (0)