Skip to content

Commit

Permalink
refactor (try other yaml syntax...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Bibonne authored May 21, 2024
1 parent 04b255f commit 5fcc5c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Build
run: |
mvn -B install --file metadata-oas/pom.xml
mvn -B install --file metadata-modelapi/pom.xml
mvn -B install --file metadata-interfaceapi/pom.xml
mvn -B -Pnative package --file metadata-webimpl/pom.xml
run: ./build-with-maven.sh
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 5fcc5c8

Please sign in to comment.