Skip to content

Commit 0704b42

Browse files
committed
release.yml: use correct target_commitish arg
Use the correct name for setting the target of a tag in the release workflow, for creating a draft release.
1 parent 0e54a3e commit 0704b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ jobs:
749749
...releaseMetadata,
750750
draft: true,
751751
tag_name: tagName,
752-
tag_commitish: context.sha,
752+
target_commitish: context.sha,
753753
name: `GCM ${version}`
754754
});
755755
releaseMetadata.release_id = createdRelease.data.id;

0 commit comments

Comments
 (0)