Skip to content

Commit 1edea1f

Browse files
Update softprops/action-gh-release action to v3
1 parent 3c1f696 commit 1edea1f

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.6.1
104+
uses: softprops/action-gh-release@v3.0.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.6.1
114+
uses: softprops/action-gh-release@v3.0.0
115115
if: startsWith(github.ref, 'refs/tags/')
116116
with:
117117
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)