Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 22, 2024
1 parent f2fe49e commit c3cf557
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 @@ -76,7 +76,7 @@ jobs:
const { data } = await github.rest.repos.getReleaseByTag({
owner: context.repo.owner,
repo: context.repo.repo,
tag: ${{steps.get-next-version.outputs.new-release-version}}
tag: "v${{steps.get-next-version.outputs.new-release-version}}"
})
return data.id
outputs:
Expand Down

0 comments on commit c3cf557

Please sign in to comment.