Skip to content

Commit cbaeb98

Browse files
committed
assemble-distro: use specified tag, instead of hardcoding latest
1 parent 189bfe9 commit cbaeb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assemble-distro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ jobs:
9393
github.rest.git.updateRef({
9494
owner: context.repo.owner,
9595
repo: context.repo.repo,
96-
ref: "tags/latest",
96+
ref: "tags/${{ env.RELEASE_TAG }}",
9797
sha: context.sha
9898
})

0 commit comments

Comments
 (0)