Skip to content

Commit

Permalink
Update directory-publish.yml
Browse files Browse the repository at this point in the history
Disabled upload
  • Loading branch information
samie committed Jun 22, 2023
1 parent 8cc6b28 commit 4364654
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/directory-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,3 @@ jobs:
asset_path: ${{env.RELEASE_ZIP_PATH}}
asset_name: ${{env.RELEASE_ZIP_NAME}}
asset_content_type: application/gzip
- name: Upload to Vaadin Directory
id: upload
uses: wei/curl@v1
continue-on-error: false
with:
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"
- name: Report upload failure
if: ${{ job.status == 'failure' }}
run: echo '${{ toJSON(job) }}' ; exit 1

0 comments on commit 4364654

Please sign in to comment.