Skip to content

Commit 93831bb

Browse files
authored
Auto merge! (merge-pr-in-all)
Update softprops/action-gh-release action to v3.0.1
2 parents 8716314 + b282cba commit 93831bb

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
@@ -69,7 +69,7 @@ jobs:
6969
7z a "$DIR_NAME.zip" "$DIR_NAME/"
7070
7171
- name: pre-release
72-
uses: softprops/action-gh-release@v3.0.0
72+
uses: softprops/action-gh-release@v3.0.1
7373
if: "! startsWith(github.ref, 'refs/tags/')"
7474
with:
7575
tag_name: master-${{ github.sha }}
@@ -79,7 +79,7 @@ jobs:
7979
*.zip
8080
8181
- name: tagged-release
82-
uses: softprops/action-gh-release@v3.0.0
82+
uses: softprops/action-gh-release@v3.0.1
8383
if: startsWith(github.ref, 'refs/tags/')
8484
with:
8585
fail_on_unmatched_files: true
@@ -147,7 +147,7 @@ jobs:
147147
tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/"
148148
149149
- name: pre-release
150-
uses: softprops/action-gh-release@v3.0.0
150+
uses: softprops/action-gh-release@v3.0.1
151151
if: "! startsWith(github.ref, 'refs/tags/')"
152152
with:
153153
tag_name: master-${{ github.sha }}
@@ -157,7 +157,7 @@ jobs:
157157
*.tar.gz
158158
159159
- name: tagged-release
160-
uses: softprops/action-gh-release@v3.0.0
160+
uses: softprops/action-gh-release@v3.0.1
161161
if: startsWith(github.ref, 'refs/tags/')
162162
with:
163163
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)