Skip to content

Commit d4313b1

Browse files
committed
fix: update replace semantic versions
1 parent d4b6498 commit d4313b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"replacements": [
1111
{
1212
"files": ["Dockerfile.prod"],
13-
"from": "ghcr.io/codingpot/github-org-member-manage-action:.",
13+
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
1414
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version}",
1515
"results": [
1616
{
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"files": ["README.md"],
27-
"from": "\"codingpot/github-org-member-manage-action:v.\"",
27+
"from": "\"codingpot/github-org-member-manage-action:v.*\"",
2828
"to": "\"codingpot/github-org-member-manage-action:v${nextRelease.version}\"",
2929
"results": [
3030
{

0 commit comments

Comments
 (0)