Skip to content

Commit 5951630

Browse files
ci: adopt softprops/action-gh-release@v3 (safe with serialized release creation)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6a2ed8a commit 5951630

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Ensure release exists for tag
62-
uses: softprops/action-gh-release@v2
62+
uses: softprops/action-gh-release@v3
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565

@@ -139,7 +139,7 @@ jobs:
139139
# only adds its binary and checksum. No matrix job creates the release, which
140140
# avoids the concurrent-create race entirely.
141141
- name: Upload assets to release
142-
uses: softprops/action-gh-release@v2
142+
uses: softprops/action-gh-release@v3
143143
with:
144144
files: |
145145
${{ matrix.asset_name }}

0 commit comments

Comments
 (0)