Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Jan 5, 2025
1 parent 90d102a commit 31250a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
restore-keys: |
${{ runner.os }}-konan-
- name: Assemble android sample
run: ./gradlew :app:assembleRelease

- name: Publish to sonatype
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
Expand All @@ -81,7 +78,6 @@ jobs:
draft: true
artifactErrorsFailBuild: true
prerelease: false
artifacts: app/build/outputs/apk/release/*
body: ${{steps.build_changelog.outputs.changelog}}
tag: ${{ inputs.tag != '' && inputs.tag || github.ref_name }}
env:
Expand Down

0 comments on commit 31250a4

Please sign in to comment.