only load critical alerts modal once devops store is set (#5034) #8922
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 }} |