feat: Add devToolsVersion to build configuration for enhanced version control

This commit is contained in:
Neil Dorin 2026-04-08 16:46:45 -06:00
parent 7e3c62b303
commit fa9dc3a2b1

View file

@ -24,3 +24,4 @@ jobs:
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}
bypassPackageCheck: true
devToolsVersion: ${{ vars.ESSENTIALSDEVTOOLSVERSION }}