mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[CI] Second iteration of github-release fork
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -442,10 +442,9 @@ jobs:
|
||||
mkdir swiftsymbols
|
||||
mv swiftsymbols-*/* swiftsymbols
|
||||
- name: Create release
|
||||
uses: swift-project/github-release@2.0-curlargs
|
||||
uses: swift-project/github-release@2.0-connreset-retry
|
||||
id: create
|
||||
with:
|
||||
curl_args: --retry 5 --retry-all-errors
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: v${{ needs.preBuild.outputs.version }}
|
||||
commitish: ${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user