We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54900b commit 0d366cfCopy full SHA for 0d366cf
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: arma-actions/hemtt@v1
33
- name: Prepare Metadata
34
run: |
35
- echo "VERSION=$(hemtt value project.version.short)" >> $GITHUB_ENV
+ echo "VERSION=$(hemtt value project.version)" >> $GITHUB_ENV
36
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
37
- name: Build (HEMTT)
38
0 commit comments