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 f4ce186 commit 99c9445Copy full SHA for 99c9445
.releaserc
@@ -18,12 +18,12 @@
18
{
19
"replacements": [
20
21
- "files": ["Dockerfile.prod"],
+ "files": ["Dockerfile"],
22
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
23
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version}",
24
"results": [
25
26
- "file": "Dockerfile.prod",
+ "file": "Dockerfile",
27
"hasChanged": true,
28
"numMatches": 1,
29
"numReplacements": 1
@@ -51,7 +51,7 @@
51
[
52
"@semantic-release/git",
53
54
- "assets": ["Dockerfile.prod", "README.md"]
+ "assets": ["Dockerfile", "README.md"]
55
}
56
]
57
0 commit comments