Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f567fb3

Browse files
committed
Re-enable clasp publishing
1 parent 2ca605b commit f567fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/clasp_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ for dir in "${dirs[@]}"; do
3737
pushd "${dir}" > /dev/null || exit
3838
contains_changes "$dir" "${changed_files[@]}" || continue
3939
echo "Publishing ${dir}"
40-
echo clasp push -f
40+
clasp push -f
4141
status=$?
4242
if [ $status -ne 0 ]; then
4343
exit_code=$status

0 commit comments

Comments
 (0)