Skip to content

Commit

Permalink
fix typo in github actions release to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
felix5572 committed Aug 27, 2021
1 parent e9d5952 commit fb30edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
publish-conda:
conda-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fb30edf

Please sign in to comment.