Skip to content

Commit 73f0f8d

Browse files
authored
put workflow name in quotes (#71)
1 parent 552789e commit 73f0f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Publishes the release to PyPI and docs to github pages
33
#
44

5-
name: publish release
5+
name: "publish release"
66

77
on:
88
release:

0 commit comments

Comments
 (0)