Skip to content

Commit

Permalink
[ci] fix config update dispatch workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Baryshev <[email protected]>
  • Loading branch information
dennybaa committed Jul 27, 2021
1 parent d9c41f3 commit 4cb7d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: regex-match
with:
text: ${{ steps.config.outputs.ref }}
regex: '^refs\/tags\/((v[0-9]+\.[0-9]+\.[0-9])(-?.*)?)$'
regex: '^((v[0-9]+\.[0-9]+\.[0-9])(-?.*)?)$'
-
name: Map runtime environment data
id: envMap
Expand Down

0 comments on commit 4cb7d13

Please sign in to comment.