diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index 932451f3..452cc2f7 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -75,25 +75,3 @@ jobs: asset_path: ./artifacts/althea-linux-amd64 asset_name: althea-linux-amd64 asset_content_type: application/bin - - - name: Upload Compiled-for-JavaScript LiquidInfrastructureNFT contract - id: upload-contracts-js - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./artifacts/LiquidInfrastructureNFT-js.json - asset_name: LiquidInfrastructureNFT-js.json - asset_content_type: application/json - - - name: Upload Compiled-for-Go LiquidInfrastructureNFT contract - id: upload-contracts-go - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./artifacts/LiquidInfrastructureNFT-go.json - asset_name: LiquidInfrastructureNFT-go.json - asset_content_type: application/json