From 0f9c40e9d16578f9293dbde26116b38168502938 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Fri, 14 Jul 2023 10:09:03 +0300 Subject: [PATCH] chore: Fix release (#795) Fix? --- .github/workflows/publish.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 908a2e28..55665b80 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,21 +43,6 @@ jobs: - name: scala-js build run: sbt ";cliJS/fullLinkJS;language-server-apiJS/fullLinkJS;aqua-apiJS/fullLinkJS" - - aqua-cli: - name: "Publish aqua-cli" - runs-on: ubuntu-latest - timeout-minutes: 60 - - needs: - - compile - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - with: - ref: ${{ inputs.tag }} - - name: Import secrets uses: hashicorp/vault-action@v2.7.0 with: