fix(dashboards): add release in file name to avoid duplicates (#138) #112
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
--- | |
name: "release-please" | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
release: | |
uses: camptocamp/devops-stack/.github/workflows/modules-release-please.yaml@main |