mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat: Add devToolsVersion to build configuration for enhanced version control
This commit is contained in:
parent
7e3c62b303
commit
fa9dc3a2b1
1 changed files with 2 additions and 1 deletions
|
|
@ -23,4 +23,5 @@ jobs:
|
||||||
version: ${{ needs.getVersion.outputs.version }}
|
version: ${{ needs.getVersion.outputs.version }}
|
||||||
tag: ${{ needs.getVersion.outputs.tag }}
|
tag: ${{ needs.getVersion.outputs.tag }}
|
||||||
channel: ${{ needs.getVersion.outputs.channel }}
|
channel: ${{ needs.getVersion.outputs.channel }}
|
||||||
bypassPackageCheck: true
|
bypassPackageCheck: true
|
||||||
|
devToolsVersion: ${{ vars.ESSENTIALSDEVTOOLSVERSION }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue