This commit is contained in:
Joel Klimont 2022-10-05 23:03:43 +02:00
parent a4e5c73940
commit e2349c237d

View file

@ -41,6 +41,6 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{steps.next_semantic_version.outputs.version}}',
ref: 'refs/tags/v${{steps.next_semantic_version.outputs.version}}',
sha: context.sha
})