Skip to content

Commit

Permalink
Update watch-conda-forge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Dec 6, 2019
1 parent 24d3709 commit 782727a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watch-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: jacobtomlinson/gha-find-replace@0.1.1
with:
include: "(base\/|notebook\/)"
find: "dask==[0-9\\.]+"
replace: "dask==${{ steps.latest_tag.outputs.version }}"
find: "dask==.* "
replace: "dask==${{ steps.latest_tag.outputs.version }} "
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1
with:
Expand Down

0 comments on commit 782727a

Please sign in to comment.