Skip to content

Commit

Permalink
ci: Fix Windows make
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Dec 12, 2024
1 parent 1769dab commit 1d9b47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Set version
run: |
powershell -Command "(gc .\package.json) -replace '"version": ".*"', '"version": \"$($env:VERSION)\"' | Set-Content .\package.json"
powershell -Command "(gc .\package.json) -replace '0.0.0', '$($env:VERSION)' | Set-Content .\package.json"
- name: Install dependencies with Yarn
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GitHelper",
"version": "1.0.0",
"version": "0.0.0",
"description": "One-click Git setup for username and email.",
"main": "main/main.js",
"dependencies": {
Expand Down

0 comments on commit 1d9b47e

Please sign in to comment.