Skip to content

Commit

Permalink
ci(build): fix wrong publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
tozydev committed Sep 26, 2024
1 parent 4a2b5f8 commit 52d7dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
run: |
VERSION=$(grep 'version=' gradle.properties | cut -d '=' -f2)
if [[ $VERSION == *-SNAPSHOT ]]; then
./gradlew build
./gradlew publish
fi

0 comments on commit 52d7dc9

Please sign in to comment.