Skip to content

Commit f807e8e

Browse files
committed
update publish
1 parent 03653e8 commit f807e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: No publish loop
17-
if: contains( github.event.head_commit, "***NO_CI***")
17+
if: contains( github.event.head_commit, '***NO_CI***')
1818
run: exit 123
1919

2020
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)