Skip to content

Commit 0f1fcee

Browse files
authored
Update action-release.yml
1 parent 21ca277 commit 0f1fcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if (err.status === 422) {
6767
return github.rest.git.createRef({
6868
...context.repo,
69-
ref: 'tags/' + majorReleaseTagName,
69+
ref: 'refs/tags/' + majorReleaseTagName,
7070
sha: releaseCommitSha,
7171
})
7272
}

0 commit comments

Comments
 (0)