Skip to content

chore(ci): And again, better luck next release #1261

chore(ci): And again, better luck next release

chore(ci): And again, better luck next release #1261

Workflow file for this run

name: Build, Test, and Deploy
on:
push:
branches: "**"
tags-ignore: ["**"]
pull_request:
release:
types: [ "released" ]
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