We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1769dab commit 1d9b47eCopy full SHA for 1d9b47e
.github/workflows/make.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Set version
47
run: |
48
- 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"
49
50
- name: Install dependencies with Yarn
51
run: yarn install
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "GitHelper",
3
- "version": "1.0.0",
+ "version": "0.0.0",
4
"description": "One-click Git setup for username and email.",
5
"main": "main/main.js",
6
"dependencies": {
0 commit comments