We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db21d97 + 16abf88 commit b2011a2Copy full SHA for b2011a2
1 file changed
.github/workflows/maven-publish.yml
@@ -34,15 +34,15 @@ jobs:
34
allowUpdates: true
35
artifacts: "${{ github.workspace }}/out/artifacts/wasapi_jar/*.jar"
36
token: ${{ secrets.GITHUB_TOKEN }}
37
- - name: Docker Compose Down # check if it's in the right place
38
- if: always()
39
- run: docker compose down -v
40
- name: Publish to the Maven Central Repository
41
run: |
42
mvn \
43
--no-transfer-progress \
44
--batch-mode \
45
deploy
+ - name: Docker Compose Down # check if it's in the right place
+ if: always()
+ run: docker compose down -v
46
env:
47
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
48
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments