We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328cbd6 commit ebe1648Copy full SHA for ebe1648
1 file changed
.github/workflows/create-release.yml
@@ -20,8 +20,8 @@ defaults:
20
shell: bash
21
22
env:
23
- # build-on: ${{ case(inputs.local-build || false, 'local', 'azdo') }}
24
- build-on: local
+ build-on: ${{ case(inputs.local-build || false, 'local', 'azdo') }}
+ # build-on: local
25
node-version: 22
26
27
jobs:
0 commit comments