Skip to content

Commit

Permalink
Update conda-docker-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Feb 7, 2024
1 parent eedd4c5 commit 0f2d8bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda-docker-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
- name: Set Package Version
shell: bash
run: |
echo "__version__ = '${{ github.event.release.tag_name }}'" > ./version.py
echo "__version__ = '${{ github.event.release.tag_name }}'" > version.py
- name: Update Version in Conda Recipe
shell: bash
run: |
sed -i "s/\$VERSION/${{ github.event.release.tag_name }}/g" conda-recipe/meta.yaml
- name: Validate versions
run: cat conda-recipe/meta.yaml; cat version.py

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 0f2d8bd

Please sign in to comment.