diff --git a/.github/workflows/publish-docusaurus.yaml b/.github/workflows/publish-docusaurus.yaml index 917685eb0..caa0807fa 100644 --- a/.github/workflows/publish-docusaurus.yaml +++ b/.github/workflows/publish-docusaurus.yaml @@ -104,12 +104,6 @@ jobs: zip -r ${{ runner.temp }}/tractusx-edc-docusaurus.zip ${{ runner.temp }}/tractusx-edc - - name: Upload docusaurus docs to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ runner.temp }}/tractusx-edc-docusaurus.zip - asset_name: docusaurus_docs - tag: ${{ github.ref }} - overwrite: true - body: "Docusaurus documentation for TractusX EDC" \ No newline at end of file + - name: todo + run: | + echo "Todo: publish release file"