Skip to content

Commit

Permalink
ci: Fix conda publish (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 30, 2024
1 parent 2b099ec commit 256394b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
runs-on: ubuntu-latest
needs: [conda_build, waiting_room]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 256394b

Please sign in to comment.