We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189bfe9 commit cbaeb98Copy full SHA for cbaeb98
.github/workflows/assemble-distro.yml
@@ -93,6 +93,6 @@ jobs:
93
github.rest.git.updateRef({
94
owner: context.repo.owner,
95
repo: context.repo.repo,
96
- ref: "tags/latest",
+ ref: "tags/${{ env.RELEASE_TAG }}",
97
sha: context.sha
98
})
0 commit comments