mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25: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
|
mkdir swiftsymbols
|
||||||
mv swiftsymbols-*/* swiftsymbols
|
mv swiftsymbols-*/* swiftsymbols
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: swift-project/github-release@2.0-curlargs
|
uses: swift-project/github-release@2.0-connreset-retry
|
||||||
id: create
|
id: create
|
||||||
with:
|
with:
|
||||||
curl_args: --retry 5 --retry-all-errors
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: v${{ needs.preBuild.outputs.version }}
|
tag: v${{ needs.preBuild.outputs.version }}
|
||||||
commitish: ${{ github.sha }}
|
commitish: ${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user