We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a075ffc commit 77a1c10Copy full SHA for 77a1c10
1 file changed
.github/workflows/release.yaml
@@ -160,7 +160,8 @@ jobs:
160
161
- name: Set version in conda recipe
162
run: |
163
- sed -i -E "s/^{% set version = \".*\" %}$/{% set version = \"${{ github.event.inputs.version }}\" %}/" conda-recipe/meta.yaml
+ sed -i "s/^{% set version = \".*\" %}$/{% set version = \"${{ github.event.inputs.version }}\" %}/" conda-recipe/meta.yaml
164
+ grep '{% set version' conda-recipe/meta.yaml
165
166
- name: Setup Conda
167
uses: conda-incubator/setup-miniconda@v3
0 commit comments