Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Mar 8, 2024
1 parent d7722d2 commit e046c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
- uses: gradle/wrapper-validation-action@v2
- run: ./gradlew checkVersion build signJar publish --stacktrace
- run: ./gradlew build publish --stacktrace
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit e046c01

Please sign in to comment.