From aa3afeb15557e644bd30b0ccd429e27d9db4189b Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Wed, 10 Jun 2020 09:34:17 -0500 Subject: Fixin workflow --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f8e9cc..c6e16da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,10 +46,7 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "${VERSION}+nvidia-${NVIDIA}" + automatic_release_tag: "${{ github.event.client_payload.tag }}+nvidia-${{ steps.tag_name.outputs.tag }}" draft: false - title: "${VERSION} Linux amd64 with NVidia ${NVIDIA} extension" + title: "${{ github.event.client_payload.tag }} Linux amd64 with NVidia ${{ steps.tag_name.outputs.tag }} extension" files: gotop.xz - env: - VERSION: ${{ github.event.client_payload.tag }} - NVIDIA: ${{ steps.tag_name.outputs.tag }} -- cgit v1.2.3