Skip to content

Commit

Permalink
assemble-distro: use specified tag, instead of hardcoding latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 18, 2022
1 parent 189bfe9 commit cbaeb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assemble-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
github.rest.git.updateRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: "tags/latest",
ref: "tags/${{ env.RELEASE_TAG }}",
sha: context.sha
})

0 comments on commit cbaeb98

Please sign in to comment.