File tree Expand file tree Collapse file tree 5 files changed +80
-137
lines changed Expand file tree Collapse file tree 5 files changed +80
-137
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
steps :
24
24
- name : Checkout Repository
25
25
uses : actions/checkout@v4
26
- - name : Set up Python 3.11
26
+ - name : Set up Python 3.12
27
27
id : setup-python
28
28
uses : actions/setup-python@v4
29
29
with :
30
- python-version : ' 3.11 '
30
+ python-version : ' 3.12 '
31
31
- name : Set up Poetry
32
32
uses : Gr1N/setup-poetry@v8
33
33
- name : Cache Poetry
Original file line number Diff line number Diff line change 23
23
- name : Release New Version
24
24
uses : ncipollo/release-action@v1
25
25
with :
26
- bodyFile : " changelog.md "
26
+ body : " https://github.com/transprogrammer/rodhaj/compare/${{ steps.tag_version.outputs.tag }}...${{ steps.tag_version.outputs.new_tag }} "
27
27
token : ${{ secrets.PAT_TOKEN }}
28
28
tag : ${{ steps.tag_version.outputs.new_tag }}
29
29
name : ${{ steps.tag_version.outputs.new_tag }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments