Skip to content

Commit 7fd3115

Browse files
Fix github actions (#573)
1 parent 3bb6a22 commit 7fd3115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
github.rest.repos.createRelease({
4141
owner: context.repo.owner,
4242
repo: context.repo.repo,
43-
tag_name: '${{ context.ref }}',
44-
name: 'Release ${{ context.ref }}',
43+
tag_name: context.ref,
44+
name: context.ref,
4545
draft: false,
4646
prerelease: false,
4747
generate_release_notes: true

0 commit comments

Comments
 (0)