Skip to content

Commit 658d309

Browse files
Migration to kaisugi/action-regex-match action
The maintainer for the previously used Github Action https://github.com/actions-ecosystem/action-regex-match seems to have gone into hiatus; have migrated the existing code to kaisugi/action-regex-match
1 parent ad49440 commit 658d309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# Run regex on content and try to get the version data
104104
- name: get version via regex
105105
id: regex
106-
uses: actions-ecosystem/action-regex-match@v2
106+
uses: kaisugi/action-regex-match@v1.0.0
107107
with:
108108
regex: ${{ env.REGEX_PATTERN }}
109109
flags: 'gim'

0 commit comments

Comments
 (0)