Skip to content

Commit

Permalink
Add README.md to watchlist (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Nov 9, 2021
1 parent 6a2eb19 commit 5bd1d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watch-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Find and Replace Release
uses: jacobtomlinson/gha-find-replace@0.1.1
with:
include: '\.github\/workflows\/build\.yml|build\/docker-compose\.yml'
include: 'README\.md|\.github\/workflows\/build\.yml|build\/docker-compose\.yml'
find: "release: .*"
replace: 'release: "${{ steps.latest_version.outputs.version }}"'

Expand Down

0 comments on commit 5bd1d00

Please sign in to comment.