Skip to content

Commit e765fcb

Browse files
author
Radu Achim
committed
fix: 🐛 path to deploy script
1 parent 04b5a06 commit e765fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[
2121
"@semantic-release/exec",
2222
{
23-
"publishCmd": "bash ./deploy.bash ${nextRelease.version}"
23+
"publishCmd": "bash ./.deploy.bash ${nextRelease.version}"
2424
}
2525
]
2626
]

0 commit comments

Comments
 (0)