Skip to content

Commit

Permalink
Updated ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdev03 committed Jul 16, 2024
1 parent 4e0315a commit 605cc16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
distribution: 'temurin'
- name: 'Build with Gradle 🏗️'
uses: gradle/actions/setup-gradle@v3
with:
arguments: build publish
run: ./gradlew build publish
env:
SNAPSHOTS_MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
SNAPSHOTS_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 comments on commit 605cc16

Please sign in to comment.