File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 21
21
- name : Run version script
22
22
id : script
23
23
run : |
24
- python extra/release.py "${{ inputs.version }}" >> changelog.txt
25
- - name : Store the changelog
26
- uses : actions/upload-artifact@v3
27
- with :
28
- name : changelog
29
- path : changelog.txt
30
- - run : rm changelog.txt
24
+ python extra/release.py "${{ inputs.version }}"
31
25
- uses : EndBug/add-and-commit@v9
32
26
name : Commit the changes
33
27
with :
@@ -69,17 +63,12 @@ jobs:
69
63
with :
70
64
name : python-package-distributions
71
65
path : dist/
72
- - name : Download the changelog
73
- uses : actions/download-artifact@v3
74
- with :
75
- name : changelog
76
- path : changelog.txt
77
66
- name : Create a GitHub release
78
67
uses : ncipollo/release-action@v1
79
68
with :
80
69
tag : ${{ steps.tag_version.outputs.new_tag }}
81
70
name : Release ${{ steps.tag_version.outputs.new_tag }}
82
- bodyFile : ./ changelog.txt
71
+ body : " Check [here](https://beets.readthedocs.io/en/stable/ changelog.html) for the latest changes. "
83
72
artifacts : dist/*
84
73
85
74
publish_to_pypi :
You can’t perform that action at this time.
0 commit comments