Skip to content

feat(publishing): Put license SPDX id's into project poms rather than… #1258

feat(publishing): Put license SPDX id's into project poms rather than…

feat(publishing): Put license SPDX id's into project poms rather than… #1258

Workflow file for this run

name: Build, Test, and Deploy
on:
push:
branches: "**"
tags-ignore: ["**"]
pull_request:
jobs:
call-build:
uses: KyoriPowered/.github/.github/workflows/shared-ci.yaml@trunk
with:
publish_releases: true
gradle_release_publish_tasks: "publish publishPlugins"
permissions:
actions: "write"
contents: "write"
id-token: "write"
secrets: inherit