Skip to content

Commit

Permalink
chore: build a cleared code version again
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Apr 15, 2021
1 parent ed85dc7 commit f29f3e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
with:
java-version: 1.8
- name: Validate, build and publish Maven-Package (Spring)
continue-on-error: true
run: |
mvn clean compile
mvn -B deploy
Expand Down
2 changes: 1 addition & 1 deletion src/openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: projektassistent-openapi
version: 0.2.0
version: 0.2.1
servers:
- url: http://localhost:9081/api/v1
description: Development
Expand Down

0 comments on commit f29f3e7

Please sign in to comment.