Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Mar 30, 2024
1 parent 1df15c8 commit b3b67e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
environment: github actions
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'pnpm'
Expand Down
8 changes: 4 additions & 4 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
// exec(`git commit -m "Built on ${String(new Date())}"`);
// exec('git push origin master');

// function exec(cmd) {
// console.log(chalk.dim(cmd));
// execSync(cmd, { cwd: cacheFolder });
// }
function exec(cmd) {
console.log(chalk.dim(cmd));
execSync(cmd, { cwd: cacheFolder });
}
})();

0 comments on commit b3b67e5

Please sign in to comment.