File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 47
47
uses : wei/curl@v1
48
48
continue-on-error : false
49
49
with :
50
- args : -X POST "https://vaadin.com/vaadincom/directory-service/upload/${{env.RELEASE_URL_ID}}" -F authKey=" ${{ secrets.DIRECTORY_AUTH_KEY }}" -F "publish=true" -F releaseNotes="${{ github.event.release.body }}" -H "accept:\ */*" -H "Content-Type:\ multipart/form-data" -F "file=@${{env.RELEASE_ZIP_PATH}};type=application/zip"
50
+ args : -X POST "https://vaadin.com/vaadincom/directory-service/upload/${{env.RELEASE_URL_ID}}" -F " authKey=${{ secrets.DIRECTORY_AUTH_KEY }}" -F "publish=true" -F " releaseNotes=\ "${{ github.event.release.body }}\" " -H "accept:\ */*" -H "Content-Type:\ multipart/form-data" -F "file=@${{env.RELEASE_ZIP_PATH}};type=application/zip"
51
51
- name : Report upload failure
52
52
if : ${{ job.status == 'failure' }}
53
53
run : echo '${{ toJSON(job) }}' ; exit 1
You can’t perform that action at this time.
0 commit comments