Skip to content

Commit b2011a2

Browse files
authored
Merge pull request #18 from Umutayb/publish-action-fix
Update maven-publish.yml
2 parents db21d97 + 16abf88 commit b2011a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
allowUpdates: true
3535
artifacts: "${{ github.workspace }}/out/artifacts/wasapi_jar/*.jar"
3636
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
4037
- name: Publish to the Maven Central Repository
4138
run: |
4239
mvn \
4340
--no-transfer-progress \
4441
--batch-mode \
4542
deploy
43+
- name: Docker Compose Down # check if it's in the right place
44+
if: always()
45+
run: docker compose down -v
4646
env:
4747
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4848
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)