Skip to content

Commit 65a4847

Browse files
authored
Merge pull request #33 from zhavir/implement-personal-portfolio
🚀 deploy: fix
2 parents 8f7b17a + 8287d85 commit 65a4847

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

release.config.jsm

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (process.env.GITHUB_ACTIONS) {
1818
':construction_worker: chore(release): ${nextRelease.version} [skip ci]';
1919
}
2020

21-
const config = {
21+
module.exports = {
2222
release: {
2323
defaultBranch: 'main',
2424
branches: [
@@ -177,5 +177,3 @@ const config = {
177177
],
178178
extends: ['semantic-release-config-gitmoji'],
179179
};
180-
181-
export default config;

0 commit comments

Comments
 (0)