Skip to content

Commit c3cf557

Browse files
committed
build: fix
1 parent f2fe49e commit c3cf557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
const { data } = await github.rest.repos.getReleaseByTag({
7777
owner: context.repo.owner,
7878
repo: context.repo.repo,
79-
tag: ${{steps.get-next-version.outputs.new-release-version}}
79+
tag: "v${{steps.get-next-version.outputs.new-release-version}}"
8080
})
8181
return data.id
8282
outputs:

0 commit comments

Comments
 (0)