From ddb86085019b778ee9a7315f6237b9aeb0a7ab64 Mon Sep 17 00:00:00 2001 From: Ben Hirschberg Date: Sun, 3 Oct 2021 22:11:20 +0300 Subject: [PATCH] moving up the publishing step --- .github/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f9a56cb2..75896fc8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,14 +56,10 @@ jobs: asset_path: build/${{ matrix.os }}/kubescape asset_name: kubescape-${{ matrix.os }} asset_content_type: application/octet-stream - post: - name: Publish release - runs-on: ubuntu-latest - steps: + - name: Publish release uses: StuYarrow/publish-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: id: ${{ once.steps.create_release.outputs.id }} -