Skip to content

Commit

Permalink
don't publish maven snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
taha.attari@smilecdr.com committed Nov 7, 2024
1 parent 588311c commit e1479fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish snapshot
run: ./mvnw -T 4 --batch-mode -no-transfer-progress --update-snapshots deploy
env:
MAVEN_USERNAME: ${{ vars.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
# - name: Publish snapshot
# run: ./mvnw -T 4 --batch-mode -no-transfer-progress --update-snapshots deploy
# env:
# MAVEN_USERNAME: ${{ vars.OSSRH_USERNAME }}
# MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
Expand Down

0 comments on commit e1479fc

Please sign in to comment.