We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80974d8 commit f2732ffCopy full SHA for f2732ff
.github/workflows/release_macOS.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: Set up Node.js
121
uses: actions/setup-node@v4
122
with:
123
- node-version: 'latest'
+ node-version: '18'
124
cache: 'yarn'
125
126
- name: Reconfigure git to use HTTP authentication
.github/workflows/release_windows.yml
@@ -79,6 +79,7 @@ jobs:
79
-SigningPolicySlug "Release_Signing" `
80
-OutputArtifactPath "signed/$exeName" `
81
-WaitForCompletion
82
+ -Force
83
84
- name: Install powershell-yaml
85
run: Install-Module -Name powershell-yaml -Force
0 commit comments