Skip to content

Commit 4096bb0

Browse files
authored
Auto merge! (merge-pr-in-all)
Update softprops/action-gh-release action to v2.6.0
2 parents b17f509 + 9ac9372 commit 4096bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/"
102102
103103
- name: pre-release
104-
uses: softprops/action-gh-release@v2.5.3
104+
uses: softprops/action-gh-release@v2.6.0
105105
if: "! startsWith(github.ref, 'refs/tags/')"
106106
with:
107107
tag_name: master-${{ github.sha }}
@@ -111,7 +111,7 @@ jobs:
111111
*.tar.gz
112112
113113
- name: tagged-release
114-
uses: softprops/action-gh-release@v2.5.3
114+
uses: softprops/action-gh-release@v2.6.0
115115
if: startsWith(github.ref, 'refs/tags/')
116116
with:
117117
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)