File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,13 +216,13 @@ jobs:
216
216
path : ' ${{ runner.temp }}/'
217
217
artifact-ids : ${{ needs.CHGLOG.outputs.artifact-id }}
218
218
repository : reactive-firewall-org/multicast
219
+ github-token : ${{ github.token }}
219
220
- name : " Move chglog into place"
220
221
id : load_chglog_info
221
222
if : ${{ always() }}
222
223
run : |
223
- mv -vf "${{ runner.temp }}/multicast-chglog-${{ needs.check_build.outputs.sha }}/ CHANGELOG.md" "${{ github.workspace }}/CHANGELOG.md" ;
224
+ mv -vf "${{ runner.temp }}/CHANGELOG.md" "${{ github.workspace }}/CHANGELOG.md" ;
224
225
wait ;
225
- rmdir -v "${{ runner.temp }}/multicast-chglog-${{ needs.check_build.outputs.sha }}" || : ; # remove if able
226
226
- name : " Report chglog status"
227
227
id : report_status
228
228
env :
You can’t perform that action at this time.
0 commit comments