{"id":15174101,"url":"https://github.com/cucumber/action-publish-sbt","last_synced_at":"2026-01-20T17:58:40.751Z","repository":{"id":37030912,"uuid":"462488203","full_name":"cucumber/action-publish-sbt","owner":"cucumber","description":"Use SBT to publish Scala packages","archived":false,"fork":false,"pushed_at":"2024-02-23T20:28:35.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-01-31T16:31:16.475Z","etag":null,"topics":["polyglot-release"],"latest_commit_sha":null,"homepage":"https://cucumber.io/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cucumber.png","metadata":{"funding":{"open_collective":"cucumber"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-02-22T21:57:15.000Z","updated_at":"2022-10-12T09:16:41.000Z","dependencies_parsed_at":"2023-01-30T20:01:01.593Z","dependency_job_id":"cb3eb9ee-f900-41c2-afbc-3c6e7f60593f","html_url":"https://github.com/cucumber/action-publish-sbt","commit_stats":{"total_commits":42,"total_committers":8,"mean_commits":5.25,"dds":0.5238095238095238,"last_synced_commit":"fce341a4031c1ca867a2872edd2ebbb44549ed8a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-sbt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-sbt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-sbt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-sbt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/action-publish-sbt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237898095,"owners_count":19383786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["polyglot-release"],"created_at":"2024-09-27T11:24:23.096Z","updated_at":"2025-10-24T08:31:24.429Z","avatar_url":"https://github.com/cucumber.png","language":"Scala","funding_links":["https://opencollective.com/cucumber"],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/cucumber/action-publish-sbt/actions/workflows/test.yml/badge.svg)](https://github.com/cucumber/action-publish-sbt/actions/workflows/test.yml)\n\n# action-publish-sbt\n\nPublishes a Scala module to [Maven Central](https://search.maven.org/)\n\nNeeds Java \u0026 SBT to be installed first.\n\n## Inputs\n\n* `gpg-private-key`\n* `gpg-passphrase`\n* `nexus-username`\n* `nexus-password`\n* `working-directory` (default `.`)\n\n## Example\n\n```yaml\nname: Publish\n\non:\n  push:\n    branches:\n      - \"release/*\"\n\njobs:\n  publish-sbt:\n    name: Publish SBT package to Maven Central\n    runs-on: ubuntu-latest\n    environment: Release\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-java@v1\n        with:\n          java-version: '17'\n      - uses: sbt/setup-sbt@v1\n      - name: Publish\n        uses: cucumber/action-publish-sbt@v1.0.0\n        with:\n          gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}\n          gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}\n          nexus-username: ${{ secrets.SONATYPE_USERNAME }}\n          nexus-password: ${{ secrets.SONATYPE_PASSWORD }}\n          working-directory: \".\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-sbt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Faction-publish-sbt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-sbt/lists"}