Skip to content

Commit 4b9a0cc

Browse files
committed
ci: Fix MELPA-releasing action
[skip ci]
1 parent 599570c commit 4b9a0cc

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
@@ -135,7 +135,7 @@ jobs:
135135
github.rest.git.updateRef({
136136
owner: context.repo.owner,
137137
repo: context.repo.repo,
138-
ref: "refs/heads/release",
138+
ref: "heads/release",
139139
sha: context.sha
140140
})
141141
continue-on-error: true

0 commit comments

Comments
 (0)