Skip to content

Commit

Permalink
fix(ci): daily updater issue (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Feb 7, 2024
1 parent 7ded812 commit c6017cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-tags: true # Fetch all tags
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/updater-nightly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ async function getSignature(url) {
}

resolveUpdater().catch((err) => {
consola.error(err);
consola.fatal(err);
});

0 comments on commit c6017cc

Please sign in to comment.