File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 release-please :
1919 if : github.event_name == 'push'
20- uses : circlefin/circle-public-github-workflows/.github/workflows/conventional-commit-release.yaml@main
20+ uses : circlefin/circle-public-github-workflows/.github/workflows/conventional-commit-release.yaml@v1
2121 with :
2222 release_type : python
2323 additional_unqualified_tags : true
6565 name : Create GitHub Release with Assets
6666 if : needs.release-please.outputs.release_created == 'true'
6767 needs : [release-please, pypi-publish]
68- uses : circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@main
68+ uses : circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1
6969 with :
7070 release_tag : ${{ needs.release-please.outputs.release_tag }}
7171 artifact_file_globs : |
You can’t perform that action at this time.
0 commit comments