Skip to content

Commit

Permalink
ci/release: fix env of a step
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphR00t committed Apr 30, 2024
1 parent c162d83 commit 39ad620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inox-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BINARY_ASSET_NAME: inox-linux-amd64.tar.gz
CHECKSUM_ASSET_NAME: inox-linux-amd64.tar.gz.sha256
GIT_TAG: ${{ env.GITHUB_REF#refs/tags/ }}
GIT_TAG: ${{ github.event.release.tag_name }}
# env.GITHUB_REF_NAME is only set when the workflow is triggered by a push event to a branch or tag.

0 comments on commit 39ad620

Please sign in to comment.