Skip to content

Commit

Permalink
propagate version to the dist target
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Oct 7, 2021
1 parent 08a9706 commit ef3d39f
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 @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: "Make release assets"
run: make dist
run: VERSION=${GITHUB_REF#refs/tags/v} make dist

# The release notable has a discussion channel to avoid people having to
# raise issues to ask about it.
Expand Down

0 comments on commit ef3d39f

Please sign in to comment.