Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Aug 19, 2024
1 parent 8fe8983 commit 35cf03f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
allow-github-actor-bots: false
deploy-docs: false
publish-snapshot: true
run_before_args: ./gradlew assemble
run_before_args: './gradlew assemble'
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/publish-kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/publish-kotlin.yaml@main
with:
publish-maven-central: true
#TODO: publish-gradle-plugin-portal: "{{ publish-gradle-plugin-portal }}"
publish-gradle-plugin-portal: true
#TODO: publish-jetbrains-marketplace: "{{ publish-jetbrains-marketplace }}"
publish-docs: true
publish-github-release: true
run_before_args: './gradlew assemble'
secrets: inherit

0 comments on commit 35cf03f

Please sign in to comment.