Skip to content

Commit 50f7e0f

Browse files
committed
Try single quotes
1 parent b3ed1d2 commit 50f7e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ch07-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
publish:
129129
name: Publish package
130-
if: startsWith(github.event.ref, "refs/tags")
130+
if: startsWith(github.event.ref, 'refs/tags/v')
131131
needs:
132132
- format
133133
- lint

0 commit comments

Comments
 (0)