Files
windmill/.github/workflows/release-please.yml
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

16 lines
328 B
YAML

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
name: "Release please"
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
release-type: simple
package-name: windmill
token: ${{ secrets.PAT_TOKEN }}