Skip to content

Commit

Permalink
ci/release: add step 'echo GITHUB_REF'
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphR00t committed Apr 30, 2024
1 parent 39ad620 commit 031b757
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/inox-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: echo GITHUB_REF
run: echo ${GITHUB_REF}

- name: Setup Go
uses: actions/setup-go@v5
with:
Expand All @@ -36,4 +39,7 @@ jobs:
CHECKSUM_ASSET_NAME: inox-linux-amd64.tar.gz.sha256
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.
# https://github.com/orgs/community/discussions/64528#discussioncomment-6783649
#
# github.event.release.tag_name is only available if the tagging itself triggered the build (?)

0 comments on commit 031b757

Please sign in to comment.