Skip to content

Commit

Permalink
ci: Fix conda publish (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 30, 2024
1 parent 05d8879 commit 6535ec8
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 @@ -60,6 +60,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 6535ec8

Please sign in to comment.