Skip to content

Commit 64ccb41

Browse files
authored
Update create-release.yml
Use printf not echo to reset Conda build
1 parent 434e4ef commit 64ccb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
set -x
108108
109-
echo 0 > conda/build
109+
printf 0 > conda/build
110110
111111
- name: Commit Changes
112112
run: |

0 commit comments

Comments
 (0)