Skip to content

Commit

Permalink
Set RELEASE_VERSION in release action. (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks authored Mar 10, 2023
1 parent 827307f commit 8d41184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- run: |
echo ::set-output name=version::${GITHUB_REF#refs/tags/}
- uses: actions/setup-go@v3
Expand All @@ -39,4 +41,3 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ steps.prep.outputs.version }}

0 comments on commit 8d41184

Please sign in to comment.