add option to pass in pv_ids to evalulation script (#95) #7
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: Bump version and auto-release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
bump-version: | |
uses: openclimatefix/.github/.github/workflows/bump-version.yml@v1.7.2 | |
secrets: | |
PAT_TOKEN: ${{ secrets.PAT_TOKEN }} | |
github-release: | |
needs: [ bump-version ] | |
uses: openclimatefix/.github/.github/workflows/github-release.yml@v1.2.0 | |
with: | |
version: ${{ needs.bump-version.outputs.new_ver }} | |