fix(cli): add --base-url option to add possibility of setting every a… #7973
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |