Skip to content

Commit f7ca5ba

Browse files
committed
check moded meta.yaml contents
1 parent 854c678 commit f7ca5ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
# Original line looks like:
6161
# home: <PLACEHOLDER>
6262
sed -i "s|^ home: .*| home: https://github.com/${OWNER}/${REPO}|" meta.yaml
63+
64+
# check meta.yaml contents
65+
cat meta.yaml
6366
6467
# 5) Build the conda package
6568
- name: Build conda package

0 commit comments

Comments
 (0)