File tree Expand file tree Collapse file tree 5 files changed +13
-22
lines changed
Expand file tree Collapse file tree 5 files changed +13
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 - uses : dropseed/nextrelease@v1
1818 with :
1919 prepare_cmd : |
20- sed -i -e "s/changerelease==.*/changerelease==$VERSION/g" Dockerfile
2120 sed -i -e "s/version = \"[^\"]*\"/version = \"$VERSION\"/g" pyproject.toml
2221 publish_cmd : |
2322 poetry publish --build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,12 +21,16 @@ inputs:
2121 description : ' Get the CHANGELOG using the GitHub API (does not require a cloned repo)'
2222 default : true
2323runs :
24- using : docker
25- image : Dockerfile
26- env :
27- CR_CHANGELOG : ${{ inputs.changelog }}
28- CR_TAG_PREFIX : ${{ inputs.tag_prefix }}
29- CR_NO_TAG_PREFIX : ${{ inputs.tag_prefix == '' }}
30- CR_LIMIT : ${{ inputs.limit }}
31- CR_REMOTE_CHANGELOG : ${{ inputs.remote_changelog }}
32- GITHUB_TOKEN : ${{ inputs.github_token }}
24+ using : composite
25+ steps :
26+ - run : pip3 install $GITHUB_ACTION_PATH
27+ shell : bash
28+ - run : changerelease sync
29+ shell : bash
30+ env :
31+ CR_CHANGELOG : ${{ inputs.changelog }}
32+ CR_TAG_PREFIX : ${{ inputs.tag_prefix }}
33+ CR_NO_TAG_PREFIX : ${{ inputs.tag_prefix == '' }}
34+ CR_LIMIT : ${{ inputs.limit }}
35+ CR_REMOTE_CHANGELOG : ${{ inputs.remote_changelog }}
36+ GITHUB_TOKEN : ${{ inputs.github_token }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments