Skip to content

Commit

Permalink
feat: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmonDantes committed Aug 27, 2023
1 parent 18f4131 commit 4ace6a8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/sonatypePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
- name: Fetch project
run: git fetch --all -f -P -p
- name: Publish
run: |
./${{ matrix.gradlew }} \
-Psimple.kmm.spotless.ratchet.git.branch=origin/master \
-Psimple.kmm.publish.repository.url="${{ secrets.PUBLISH_REPOSITORY_URL }}" \
-Psimple.kmm.publish.repository.id="${{ needs.generate_publish_id.outputs.repository_id }}" \
-Psimple.kmm.publish.username="${{ secrets.PUBLISH_REPOSITORY_USERNAME }}" \
-Psimple.kmm.publish.password="${{ secrets.PUBLISH_REPOSITORY_PASSWORD }}" \
-Psimple.kmm.sign.key.id="${{ secrets.SIGNING_KEY_ID }}" \
-Psimple.kmm.sign.password="${{ secrets.SIGNING_PASSWORD }}" \
-Psimple.kmm.sign.private.key="${{ secrets.SIGNING_PRIVATE_KEY }}" \
-Psimple.kmm.kotlin.compile.target.browser.js.enabled=false \
run: >
./${{ matrix.gradlew }}
-Psimple.kmm.spotless.ratchet.git.branch=origin/master
-Psimple.kmm.publish.repository.url="${{ secrets.PUBLISH_REPOSITORY_URL }}"
-Psimple.kmm.publish.repository.id="${{ needs.generate_publish_id.outputs.repository_id }}"
-Psimple.kmm.publish.username="${{ secrets.PUBLISH_REPOSITORY_USERNAME }}"
-Psimple.kmm.publish.password="${{ secrets.PUBLISH_REPOSITORY_PASSWORD }}"
-Psimple.kmm.sign.key.id="${{ secrets.SIGNING_KEY_ID }}"
-Psimple.kmm.sign.password="${{ secrets.SIGNING_PASSWORD }}"
-Psimple.kmm.sign.private.key="${{ secrets.SIGNING_PRIVATE_KEY }}"
-Psimple.kmm.kotlin.compile.target.browser.js.enabled=false
clean ${{ matrix.tasks }} --no-daemon --no-parallel --stacktrace

0 comments on commit 4ace6a8

Please sign in to comment.