Skip to content

Commit 0bd3d42

Browse files
committed
Upgrade to softprops/action-gh-release@v2
v2 handles concurrent release creation better when multiple matrix jobs try to upload assets to the same release simultaneously.
1 parent 858191d commit 0bd3d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Release
102102
if: startsWith(github.ref, 'refs/tags/')
103-
uses: softprops/action-gh-release@v1
103+
uses: softprops/action-gh-release@v2
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106
with:

0 commit comments

Comments
 (0)