Skip to content

Commit bb8ea47

Browse files
authored
Auto merge! (merge-pr-in-all)
Update softprops/action-gh-release action to v3
2 parents 6ddd79c + 8c1a939 commit bb8ea47

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
7z a "$DIR_NAME.zip" "$DIR_NAME/"
8383
8484
- name: pre-release
85-
uses: softprops/action-gh-release@v2.6.1
85+
uses: softprops/action-gh-release@v3.0.0
8686
if: "! startsWith(github.ref, 'refs/tags/')"
8787
with:
8888
tag_name: master-${{ github.sha }}
@@ -92,7 +92,7 @@ jobs:
9292
*.zip
9393
9494
- name: tagged-release
95-
uses: softprops/action-gh-release@v2.6.1
95+
uses: softprops/action-gh-release@v3.0.0
9696
if: startsWith(github.ref, 'refs/tags/')
9797
with:
9898
fail_on_unmatched_files: true
@@ -167,7 +167,7 @@ jobs:
167167
tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/"
168168
169169
- name: pre-release
170-
uses: softprops/action-gh-release@v2.6.1
170+
uses: softprops/action-gh-release@v3.0.0
171171
if: "! startsWith(github.ref, 'refs/tags/')"
172172
with:
173173
tag_name: master-${{ github.sha }}
@@ -177,7 +177,7 @@ jobs:
177177
*.tar.gz
178178
179179
- name: tagged-release
180-
uses: softprops/action-gh-release@v2.6.1
180+
uses: softprops/action-gh-release@v3.0.0
181181
if: startsWith(github.ref, 'refs/tags/')
182182
with:
183183
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)