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 a163ce2 commit d157088Copy full SHA for d157088
.releaserc
@@ -20,7 +20,7 @@
20
{
21
"files": ["Dockerfile"],
22
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
23
- "to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version}",
+ "to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}",
24
"results": [
25
26
"file": "Dockerfile",
@@ -34,7 +34,7 @@
34
35
"files": ["README.md"],
36
"from": "\"codingpot/github-org-member-manage-action:v.*\"",
37
- "to": "\"codingpot/github-org-member-manage-action:v${nextRelease.version}\"",
+ "to": "\"codingpot/github-org-member-manage-action:v${nextRelease.version.split('.')[0]}\"",
38
39
40
"file": "README.md",
0 commit comments