Skip to content

Commit

Permalink
Merge branch 'release/0.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Apr 11, 2023
2 parents b3c8c3b + 47e7544 commit 8f25457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.github.cmcrobotics</groupId>
<artifactId>reveal-microservice</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<name>RevealJS :: Microservice</name>
<description>A presentation Microservice for Reveal JS presentations</description>
<properties>
Expand Down

0 comments on commit 8f25457

Please sign in to comment.