Skip to content

Commit

Permalink
Make workflow pass the RELEASE_TAG env var
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg committed Sep 10, 2024
1 parent 141df7f commit 53b8fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
name: Upload binaries to release
runs-on: ubuntu-latest
steps:
- name: Set env
run: echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
- name: Calculate go version
Expand Down

0 comments on commit 53b8fdb

Please sign in to comment.