Skip to content

Commit

Permalink
Use the already computed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifosch committed Jan 6, 2022
1 parent f03a786 commit 21dea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
name: Release built binaries
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
gh release upload ${{ github.event.release.tag_name }} build/*
gh release upload ${{ steps.get_version.outputs.VERSION }} build/*

0 comments on commit 21dea83

Please sign in to comment.