Skip to content

Commit

Permalink
Remov copied step. (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom authored Apr 29, 2021
1 parent c588725 commit 1c48c13
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,5 @@ jobs:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ARTIFACT_SIGNING_PRIVATE_KEY }}
run: ./gradlew publishMingwPublicationToMavenRepository

publish_plugin:
runs-on: ubuntu-latest
needs: publish_archives
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Publish the plugin artifacts
env:
ORG_GRADLE_PROJECT_SQLDELIGHT_BUGSNAG_KEY: ${{ secrets.ORG_GRADLE_PROJECT_SQLDELIGHT_BUGSNAG_KEY }}
ORG_GRADLE_PROJECT_intellijPublishToken: ${{ secrets.ORG_GRADLE_PROJECT_intellijPublishToken }}
run: ./gradlew publishPlugin

env:
GRADLE_OPTS: -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"

0 comments on commit 1c48c13

Please sign in to comment.