mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-13 12:38:08 -04:00
fix(ci): release to checkout tag
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/release-notes.yml
vendored
2
.github/workflows/release-notes.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.tags }}
|
||||
ref: 'v${{ inputs.tags }}'
|
||||
- name: Setup CI
|
||||
uses: ./.github/actions/setup-repo
|
||||
- name: Create release notes
|
||||
|
||||
Reference in New Issue
Block a user