Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Mar 7, 2024
1 parent 7106d01 commit cb839f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watch-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
regex: false

- name: Find and Replace Release Calver release
if: ${{ startsWith(steps.latest_version.outputs.version, '0.') }}
if: ${{ startsWith(steps.latest_version.outputs.version, '20') }}
uses: jacobtomlinson/[email protected]
with:
find: "coffea==*"
Expand Down

0 comments on commit cb839f7

Please sign in to comment.