Files
windmill/.github/workflows/release-please.yml
Ruben Fiszel 6f61d00e14 more ubicloud
2024-03-28 01:22:36 +01:00

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 }}