mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
4fe9314a3a
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
318 B
YAML
16 lines
318 B
YAML
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
name: release-please
|
|
jobs:
|
|
release-please:
|
|
name: "Release please"
|
|
runs-on: ubicloud
|
|
steps:
|
|
- uses: GoogleCloudPlatform/release-please-action@v3
|
|
with:
|
|
release-type: simple
|
|
package-name: windmill
|
|
token: ${{ secrets.PAT_TOKEN }}
|