@@ -114,21 +114,21 @@ jobs:
114
114
path : ${{ github.workspace }}/debians/*.deb
115
115
116
116
# Copy CHANGELOG for Release body
117
- - name : Copy CHANGELOG for Release body
118
- working-directory : catkin_ws
119
- run : |
120
- source /opt/ros/"$(rosversion -d)"/setup.bash
121
- cd ./src/$REPO_NAME
122
- catkin_generate_changelog -y --all --skip-contributors --skip-merges --print-root > ./changelog.rst
123
- mv ./changelog.rst $GITHUB_WORKSPACE
124
- shell : bash
117
+ # - name: Copy CHANGELOG for Release body
118
+ # working-directory: catkin_ws
119
+ # run: |
120
+ # source /opt/ros/"$(rosversion -d)"/setup.bash
121
+ # cd ./src/$REPO_NAME
122
+ # catkin_generate_changelog -y --all --skip-contributors --skip-merges --print-root > ./changelog.rst
123
+ # mv ./changelog.rst $GITHUB_WORKSPACE
124
+ # shell: bash
125
125
126
126
# Upload the changelog file as an artifact
127
- - uses : actions/upload-artifact@v2 # https://github.com/marketplace/actions/upload-a-build-artifact
128
- name : Upload Changelog artifact
129
- with :
130
- name : changelog
131
- path : ${{ github.workspace }}/changelog.rst # #It's uploaded as a zip file
127
+ # - uses: actions/upload-artifact@v2 #https://github.com/marketplace/actions/upload-a-build-artifact
128
+ # name: Upload Changelog artifact
129
+ # with:
130
+ # name: changelog
131
+ # path: ${{ github.workspace }}/changelog.rst ##It's uploaded as a zip file
132
132
133
133
- uses : actions/upload-artifact@v2 # https://github.com/marketplace/actions/upload-a-build-artifact
134
134
name : Upload version artifact
@@ -169,7 +169,7 @@ jobs:
169
169
with :
170
170
tag_name : ${{ steps.package_version.outputs.version }}
171
171
release_name : Release ${{ steps.package_version.outputs.version }}
172
- body_path : ${{ github.workspace }}/changelog/changelog.rst
172
+ # body_path: ${{ github.workspace }}/changelog/changelog.rst
173
173
draft : false
174
174
prerelease : false
175
175
0 commit comments