Skip to content

Commit

Permalink
chore: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 authored Sep 9, 2024
1 parent 6d6d467 commit 1627bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
add-paths: |
code/*
- name: Build and Publish
- name: Publish
env:
ARTYLAB_USER: ${{ secrets.SONATYPE_USERNAME }}
ARTYLAB_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand All @@ -62,4 +62,4 @@ jobs:
run: |
echo "Publishing version ${{ inputs.version }}"
cd code
../gradlew --no-daemon clean jar build publish -Pversion=${{ inputs.version }}
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins -Pversion=${{ inputs.version }}

0 comments on commit 1627bcc

Please sign in to comment.