remove the ::6

This commit is contained in:
2023-04-29 23:40:27 +02:00
parent 15d4f6cf84
commit 97e4d07875
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml -Drevision=BlockEdit-${{ github.ref_name }}-${{ github.sha::6 }}
run: mvn -B package --file pom.xml -Drevision=BlockEdit-${{ github.ref_name }}-${{ github.sha }}
- name: Copy artifacts
run: mkdir staging && cp target/BlockEdit-*.jar staging
- name: Upload artifacts