We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18acf71 commit e67e47cCopy full SHA for e67e47c
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