Skip to content

Commit 19c4137

Browse files
committed
Oops
1 parent 02b60e6 commit 19c4137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
const release = await github.repos.createRelease({
7171
owner, repo,
72-
tag_name: `release-${sha},
72+
tag_name: `release-${sha}`,
7373
draft: true,
7474
target_commitish: sha
7575
});

0 commit comments

Comments
 (0)