summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-10 09:34:17 -0500
committerSean E. Russell <ser@ser1.net>2020-06-10 09:34:17 -0500
commitaa3afeb15557e644bd30b0ccd429e27d9db4189b (patch)
treee8c71213aa70b6b96f8cabfa7dccfae91fe071f8
parentba4dcc8735d5218691fd30f7ed989a11af8997de (diff)
-rw-r--r--.github/workflows/build.yml7
1 files 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 }}