File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 15
15
- ' !scripts/merge-channel-files.js'
16
16
- ' static/**'
17
17
- ' *.md'
18
+ tags :
19
+ - ' [0-9]+.[0-9]+.[0-9]+*'
18
20
workflow_dispatch :
19
21
inputs :
20
22
paid-runners :
@@ -298,6 +300,7 @@ jobs:
298
300
IS_WINDOWS_CONFIG : ${{ matrix.config.name == 'Windows' }}
299
301
INSTALLER_CERT_WINDOWS_CER : " /tmp/cert.cer"
300
302
# We are hardcoding the path for signtool because it is not present on the Windows PATH env var by default.
303
+ # Keep in mind that this path could change when upgrading to a new runner version
301
304
SIGNTOOL_PATH : " C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
302
305
WIN_CERT_PASSWORD : ${{ secrets[matrix.config.certificate-password-secret] }}
303
306
WIN_CERT_CONTAINER_NAME : ${{ secrets[matrix.config.certificate-container] }}
@@ -334,6 +337,8 @@ jobs:
334
337
with :
335
338
node-version : ${{ env.NODE_VERSION }}
336
339
registry-url : ' https://registry.npmjs.org'
340
+ # Yarn is a prerequisite for the action's cache feature, so caching should be disabled when running in the
341
+ # container where Yarn is not pre-installed.
337
342
cache : ${{ fromJSON(matrix.config.container) == null && 'yarn' || null }}
338
343
339
344
- name : Install Yarn
You can’t perform that action at this time.
0 commit comments