Skip to content

Commit cdfa1bc

Browse files
committed
Update release.yaml
1 parent 7961880 commit cdfa1bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Update modeller key
4040
shell: bash -l {0}
4141
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
42+
sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' $GITHUB_WORKSPACE/conda-build/meta.yml
43+
sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' $GITHUB_WORKSPACE/conda-build/build.sh
4444
4545
- name: Setup Conda (conda-forge only)
4646
uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)