Skip to content

Commit 99c9445

Browse files
committed
fix: rename Dockerfile.prod to Dockerfile in .releaserc
1 parent f4ce186 commit 99c9445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.releaserc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
{
1919
"replacements": [
2020
{
21-
"files": ["Dockerfile.prod"],
21+
"files": ["Dockerfile"],
2222
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
2323
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version}",
2424
"results": [
2525
{
26-
"file": "Dockerfile.prod",
26+
"file": "Dockerfile",
2727
"hasChanged": true,
2828
"numMatches": 1,
2929
"numReplacements": 1
@@ -51,7 +51,7 @@
5151
[
5252
"@semantic-release/git",
5353
{
54-
"assets": ["Dockerfile.prod", "README.md"]
54+
"assets": ["Dockerfile", "README.md"]
5555
}
5656
]
5757
]

0 commit comments

Comments
 (0)