Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Fixin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Jun 10, 2020
1 parent ba4dcc8 commit aa3afeb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit aa3afeb

Please sign in to comment.