We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b60e6 commit 19c4137Copy full SHA for 19c4137
.github/workflows/build.yaml
@@ -69,7 +69,7 @@ jobs:
69
70
const release = await github.repos.createRelease({
71
owner, repo,
72
- tag_name: `release-${sha},
+ tag_name: `release-${sha}`,
73
draft: true,
74
target_commitish: sha
75
});
0 commit comments