Skip to content

build(deps): bump toolmantim/release-drafter from 5.25.0 to 6.0.0 (#470) #269

build(deps): bump toolmantim/release-drafter from 5.25.0 to 6.0.0 (#470)

build(deps): bump toolmantim/release-drafter from 5.25.0 to 6.0.0 (#470) #269

Workflow file for this run

# This file adheres to the YAML5 style.
{
name: "Merge",
on: {
push: {
branches: ["master"],
}
},
jobs: {
build: {
name: "Build",
"runs-on": "ubuntu-latest",
steps: [
{name: "Check out code into the Go module directory", uses: "actions/checkout@v4"},
{name: "Test master", run: "make test-master"},
{name: "Test release", run: "make test-release"},
],
},
},
}