diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fbce3b4..a266cf5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
native-image-job-reports: 'true'
- name: Build the microservice
run: |
- ./mvnw -q -B native:compile -Pnative
+ ./mvnw -q -B native:compile -Pnative -DskipNativeTests -DskipTests
- name: Upload UNIX release assets
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
uses: actions/upload-release-asset@v1
diff --git a/pom.xml b/pom.xml
index 6843c0f..efecf62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
com.github.cmcrobotics
reveal-microservice
- 0.0.6
+ 0.0.7
RevealJS :: Microservice
A presentation Microservice for Reveal JS presentations