We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b6498 commit d4313b1Copy full SHA for d4313b1
.releaserc
@@ -10,7 +10,7 @@
10
"replacements": [
11
{
12
"files": ["Dockerfile.prod"],
13
- "from": "ghcr.io/codingpot/github-org-member-manage-action:.",
+ "from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
14
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version}",
15
"results": [
16
@@ -24,7 +24,7 @@
24
},
25
26
"files": ["README.md"],
27
- "from": "\"codingpot/github-org-member-manage-action:v.\"",
+ "from": "\"codingpot/github-org-member-manage-action:v.*\"",
28
"to": "\"codingpot/github-org-member-manage-action:v${nextRelease.version}\"",
29
30
0 commit comments