mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix(ci): broken script (#1171)
This commit is contained in:
parent
17192ca9ae
commit
25bb1b2fbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gen-announcement.yml
vendored
2
.github/workflows/gen-announcement.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
node-version: 22
|
||||
- name: Install deps
|
||||
run: yarn install
|
||||
- id: Generate Announcement
|
||||
- name: "Generate announcement"
|
||||
run: |
|
||||
yarn draft-release ${{ inputs.tag }}
|
||||
echo "draft-release ran successfully"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue