Skip to content

Commit

Permalink
fix(ci): broken script (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Jan 14, 2025
1 parent 17192ca commit 25bb1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 25bb1b2

Please sign in to comment.