Skip to content

Commit

Permalink
chore: update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 12, 2024
1 parent 8d5c261 commit 230b25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: |
echo "Publishing version ${{ inputs.version }}"
../gradlew tasks
./gradlew tasks
echo "-------------------"
cd code
../gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Pversion=${{ inputs.version }}

0 comments on commit 230b25d

Please sign in to comment.