We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7961880 commit cdfa1bcCopy full SHA for cdfa1bc
1 file changed
.github/workflows/release.yml
@@ -39,8 +39,8 @@ jobs:
39
- name: Update modeller key
40
shell: bash -l {0}
41
run: |
42
- sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' $GITHUB_WORKSPACE/prepmd/conda-build/meta.yml
43
- sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' $GITHUB_WORKSPACE/prepmd/conda-build/build.sh
+ sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' $GITHUB_WORKSPACE/conda-build/meta.yml
+ sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' $GITHUB_WORKSPACE/conda-build/build.sh
44
45
- name: Setup Conda (conda-forge only)
46
uses: conda-incubator/setup-miniconda@v3
0 commit comments