Skip to content

Commit 0d366cf

Browse files
committed
CI - Use full version
1 parent c54900b commit 0d366cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: arma-actions/hemtt@v1
3333
- name: Prepare Metadata
3434
run: |
35-
echo "VERSION=$(hemtt value project.version.short)" >> $GITHUB_ENV
35+
echo "VERSION=$(hemtt value project.version)" >> $GITHUB_ENV
3636
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
3737
- name: Build (HEMTT)
3838
run: |

0 commit comments

Comments
 (0)