1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-09 11:52:27 +03:00

Need 8 characters

This commit is contained in:
David Muckle 2023-12-24 10:28:50 -05:00
parent 16f584b519
commit ffecae17a7

View File

@ -20,7 +20,7 @@ jobs:
with: with:
script: | script: |
core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', '')) core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', ''))
core.setOutput('short_sha', '${{ github.sha }}'.substring(0, 7)) core.setOutput('short_sha', '${{ github.sha }}'.substring(0, 8))
linux_build: linux_build:
needs: [variables] needs: [variables]