Skip to content

[release] Wait for maximum 3000 ms for the Copilot chat API. (#8610) #2

[release] Wait for maximum 3000 ms for the Copilot chat API. (#8610)

[release] Wait for maximum 3000 ms for the Copilot chat API. (#8610) #2

Workflow file for this run

name: Create GitHub Release
on:
push:
tags:
- 'v2.*'
permissions:
contents: write
jobs:
# This job runs against the yaml defined in the tag we were triggered on.
# So we can modify the release creation without having to wait for the change to flow into the commit
# that we're tagging, we call a reusable workflow from main
create-release:
uses: dotnet/vscode-csharp/.github/workflows/release-reusable.yml@main
with:
tag: ${{ github.ref_name }}
secrets: inherit